Add reference ChaCha20 and Poly1305 implementations.
authorAndy Polyakov <appro@openssl.org>
Wed, 9 Dec 2015 20:11:49 +0000 (21:11 +0100)
committerAndy Polyakov <appro@openssl.org>
Thu, 10 Dec 2015 10:58:56 +0000 (11:58 +0100)
commit7dcb21869bec05d574d55e4c29daa5d58480d2a1
treed25ff5bae707fb2c7fb9384e32c891c75ffb93a1
parenta0ffedaf7bb7b457b42108b8819d00e64003b3a9
Add reference ChaCha20 and Poly1305 implementations.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Makefile.org
crypto/chacha/Makefile [new file with mode: 0644]
crypto/chacha/chacha_enc.c [new file with mode: 0644]
crypto/include/internal/chacha.h [new file with mode: 0644]
crypto/include/internal/poly1305.h [new file with mode: 0644]
crypto/poly1305/Makefile [new file with mode: 0644]
crypto/poly1305/poly1305.c [new file with mode: 0644]