openssl/crypto/chacha
Andy Polyakov 66bceb5f19 chacha/chacha_enc.c: harmonize counter width with subroutine name.
_ctr32 in function name refers to 32-bit counter, but it was implementing
64-bit one. This didn't pose problem to EVP, but 64-bit counter was just
misleading.

RT#4512

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-06-03 10:23:58 +02:00
..
asm x86_64 assembly pack: tolerate spaces in source directory name. 2016-05-29 14:12:51 +02:00
build.info Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS) 2016-03-13 00:02:55 +01:00
chacha_enc.c chacha/chacha_enc.c: harmonize counter width with subroutine name. 2016-06-03 10:23:58 +02:00