Improved GHASH pclmul implementation (parallel processing of four blocks, +70% speed).
[BearSSL] / src / symcipher /
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.