Some renaming to avoid spurious warnings on some old GCC versions.
[BearSSL] / inc / bearssl_block.h
2017-07-26 Thomas PorninAdded ChaCha20 implementation with SSE2 opcodes.
2017-04-05 Thomas PorninMade headers compatible with C++.
2017-04-03 Thomas PorninDocumentation fixes. v0.4
2017-03-18 Thomas PorninAdded "ctmulq" implementation of Poly1305 (using 64...
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-22 Thomas PorninNew Makefile structure; added compatibility with Window...
2017-01-12 Thomas PorninSimple grammar fix in header.
2017-01-05 Thomas PorninTwo new Poly1305 implementations: ctmul32 uses pure...
2016-12-13 Thomas PorninAdded ChaCha20+Poly1305 support (stand-alone, cipher...
2016-11-21 Thomas PorninMore API documentation in Doxygen format (block ciphers...
2016-11-02 Thomas PorninInitial import.