Some more renaming to avoid shadowing.
[BearSSL] / src / symcipher /
2017-07-26 Thomas PorninAdded ChaCha20 implementation with SSE2 opcodes.
2017-06-22 Thomas PorninFixed IV processing for CBC decryption with AES (x86ni...
2017-03-18 Thomas PorninAdded "ctmulq" implementation of Poly1305 (using 64...
2017-03-09 Thomas PorninFixed compilation for GCC 4.4 to 4.8 (AES-NI opcodes...
2017-02-15 Thomas PorninNew AES and GHASH implementations using POWER8 crypto...
2017-01-29 Thomas PorninAdded AES+GHASH implementation using AES-NI opcodes...
2017-01-05 Thomas PorninTwo new Poly1305 implementations: ctmul32 uses pure...
2016-12-13 Thomas PorninAdded ChaCha20+Poly1305 support (stand-alone, cipher...
2016-11-29 Thomas PorninFixed buffer overrun (read only, usually harmless,...
2016-11-02 Thomas PorninInitial import.