Add ChaCha to libcrypto, based on djb's public domain implementation.
authorjsing <jsing@openbsd.org>
Thu, 1 May 2014 13:15:22 +0000 (13:15 +0000)
committerjsing <jsing@openbsd.org>
Thu, 1 May 2014 13:15:22 +0000 (13:15 +0000)
commit93d23226da31dfa752ed7b33f3c4b5e8e268e69d
tree550e5c9320c32f810791d36b0c3880c2637f50be
parent07e9d13b6f6b832d9718e8c1b8df6a4ad32bc157
Add ChaCha to libcrypto, based on djb's public domain implementation.

ok deraadt@
lib/libcrypto/chacha/chacha-merged.c [new file with mode: 0644]
lib/libcrypto/chacha/chacha.c [new file with mode: 0644]
lib/libcrypto/chacha/chacha.h [new file with mode: 0644]
lib/libcrypto/crypto/Makefile
lib/libssl/src/crypto/chacha/chacha-merged.c [new file with mode: 0644]
lib/libssl/src/crypto/chacha/chacha.c [new file with mode: 0644]
lib/libssl/src/crypto/chacha/chacha.h [new file with mode: 0644]
regress/lib/libcrypto/Makefile
regress/lib/libcrypto/chacha/Makefile [new file with mode: 0644]
regress/lib/libcrypto/chacha/chachatest.c [new file with mode: 0644]