Fixed small display bug in debug tool.
[BearSSL] / inc / bearssl_ec.h
2018-12-18 Thomas PorninAdded new 64-bit implementations of Curve25519 and...
2018-12-08 Thomas PorninFixed endianness in Curve25519 implementation (no conse...
2018-08-05 Thomas PorninAdded support code for RSA and EC key encoding (includi...
2017-04-05 Thomas PorninMade headers compatible with C++.
2017-01-29 Thomas PorninAdded AES+GHASH implementation using AES-NI opcodes...
2017-01-16 Thomas PorninAdded optimised implementation of P-256 that uses 32...
2017-01-15 Thomas PorninTwo new Curve25519 implementations (generic "i31" code...
2017-01-15 Thomas PorninActivated Curve25519 support for ECDHE cipher suites.
2017-01-15 Thomas PorninNew implementation of Curve25519 (using multiplications...
2017-01-15 Thomas PorninNew basic implementation of Curve25519 (generic i15...
2017-01-13 Thomas PorninMore optimisations for EC P-256 "i15" (specialised...
2017-01-04 Thomas PorninNew "i15" implementation of big integers (faster, and...
2017-01-02 Thomas PorninNew experimental EC implementation (P-256, only 32...
2016-11-21 Thomas PorninMore API documentation (Doxygen format) for EC code.
2016-11-02 Thomas PorninInitial import.