Fixed carry propagation bug in P-256 'm62' implementation (found by Auke Zeilstra...
[BearSSL] / src / ec /
2019-12-14 Thomas PorninFixed carry propagation bug in P-256 'm62' implementati...
2019-09-04 Thomas PorninFixed some errors in comments.
2019-01-03 Thomas PorninSome small performance improvements on 32-bit architect...
2018-12-18 Thomas PorninMade m64 implementations of elliptic curves the default...
2018-12-18 Thomas PorninAdded new 64-bit implementations of Curve25519 and...
2018-12-08 Thomas PorninMade ec_c25519_m62 implementation the default on suppor...
2018-12-08 Thomas PorninFixed endianness in Curve25519 implementation (no conse...
2018-10-18 Thomas PorninCosmetic fix (value did not conform to its announced...
2018-08-05 Thomas PorninAdded support code for RSA and EC key encoding (includi...
2018-05-27 Thomas PorninFixed some typographic errors in comments.
2017-08-14 Thomas PorninSome more renaming to avoid shadowing.
2017-08-14 Thomas PorninSome renaming to avoid spurious warnings on some old...
2017-06-23 Thomas PorninFixed modular reduction bug in the special field for...
2017-01-29 Thomas PorninAdded AES+GHASH implementation using AES-NI opcodes...
2017-01-23 Thomas PorninSlight speed improvement for Curve25519 (m15 implementa...
2017-01-16 Thomas PorninSome cleanups (removed unused files, split i15 code...
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-12 Thomas PorninImproved performance on dedicated P-256/i15 EC implemen...
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 PorninFixed buffer overflow, and also NULL pointer dereferenc...
2016-11-02 Thomas PorninInitial import.