Added detection for MIPS64 with n32 ABI.
[BearSSL] / src / symcipher /
2018-08-12 Thomas PorninAdded POWER8 implementation for AES/CTR+CBC-MAC (for...
2017-10-23 Thomas PorninAdded generic EAX and CCM implementations.
2017-08-28 Thomas PorninWorked around some compiler errors with GCC 4.4 and...
2017-08-28 Thomas PorninAdded seeder API. Also overhauled compile-time detectio...
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.