CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/14 08:46:35
Modified files:
regress/lib/libcrypto: Makefile
lib/libcrypto/crypto: Makefile
Added files:
lib/libssl/src/crypto/poly1305: poly1305-donna.c poly1305.c
poly1305.h
regress/lib/libcrypto/poly1305: Makefile poly1305test.c
Log message:
Add poly1305 to libcrypto utilising Andrew Moon's public domain
implementation.
ok miod@
