Initial implementation of ChaCha20

This commit is contained in:
Daniel King 2016-05-15 17:28:08 -03:00 committed by Manuel Pégourié-Gonnard
parent c4bd8ec5ed
commit 34b822ce7b
14 changed files with 784 additions and 5 deletions

View file

@ -30,7 +30,7 @@ if( @ARGV ) {
my $error_format_file = $data_dir.'/error.fmt';
my @low_level_modules = qw( AES ARC4 ASN1 BASE64 BIGNUM BLOWFISH
CAMELLIA CCM CMAC CTR_DRBG DES
CAMELLIA CCM CHACHA20 CMAC CTR_DRBG DES
ENTROPY GCM HMAC_DRBG MD2 MD4 MD5
NET OID PADLOCK PBKDF2 RIPEMD160
SHA1 SHA256 SHA512 THREADING XTEA );