CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/05/01 07:15:22
Modified files: lib/libcrypto/crypto: Makefile regress/lib/libcrypto: Makefile Added files: lib/libssl/src/crypto/chacha: chacha-merged.c chacha.c chacha.h regress/lib/libcrypto/chacha: Makefile chachatest.c Log message: Add ChaCha to libcrypto, based on djb's public domain implementation. ok deraadt@