Added ChaCha20 implementation with SSE2 opcodes.
[BearSSL] / mk / Rules.mk
2017-07-26 Thomas PorninAdded ChaCha20 implementation with SSE2 opcodes.
2017-07-17 Thomas PorninAdded general-purpose API for AEAD algorithms, and...
2017-07-04 Thomas PorninAdded implementation of keying material export (RFC...
2017-06-15 Thomas PorninFixed handling of incoming application data after sendi...
2017-03-19 Thomas PorninNew "i62" code for big integers with 64x64->128 opcodes...
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-24 Thomas PorninImproved modular exponentiation (automatic window optim...
2017-01-22 Thomas PorninNew Makefile structure; added compatibility with Window...