Add poly1305 to libcrypto utilising Andrew Moon's public domain
authorjsing <jsing@openbsd.org>
Wed, 14 May 2014 14:46:35 +0000 (14:46 +0000)
committerjsing <jsing@openbsd.org>
Wed, 14 May 2014 14:46:35 +0000 (14:46 +0000)
commit4bc16da37cfa55dcdce09dc227bc330c0fe39d74
tree8f92da2e9b654afbe521da1d31c1ff56b32ede5d
parentbe4f9a4a8812a8012dc521073eab5df3ae34e638
Add poly1305 to libcrypto utilising Andrew Moon's public domain
implementation.

ok miod@
lib/libcrypto/crypto/Makefile
lib/libcrypto/poly1305/poly1305-donna.c [new file with mode: 0644]
lib/libcrypto/poly1305/poly1305.c [new file with mode: 0644]
lib/libcrypto/poly1305/poly1305.h [new file with mode: 0644]
lib/libssl/src/crypto/poly1305/poly1305-donna.c [new file with mode: 0644]
lib/libssl/src/crypto/poly1305/poly1305.c [new file with mode: 0644]
lib/libssl/src/crypto/poly1305/poly1305.h [new file with mode: 0644]
regress/lib/libcrypto/Makefile
regress/lib/libcrypto/poly1305/Makefile [new file with mode: 0644]
regress/lib/libcrypto/poly1305/poly1305test.c [new file with mode: 0644]