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>
Showing
- Makefile.org 2 additions, 2 deletionsMakefile.org
- crypto/chacha/Makefile 67 additions, 0 deletionscrypto/chacha/Makefile
- crypto/chacha/chacha_enc.c 157 additions, 0 deletionscrypto/chacha/chacha_enc.c
- crypto/include/internal/chacha.h 90 additions, 0 deletionscrypto/include/internal/chacha.h
- crypto/include/internal/poly1305.h 59 additions, 0 deletionscrypto/include/internal/poly1305.h
- crypto/poly1305/Makefile 65 additions, 0 deletionscrypto/poly1305/Makefile
- crypto/poly1305/poly1305.c 879 additions, 0 deletionscrypto/poly1305/poly1305.c
Please register or sign in to comment