New implementation of Curve25519 (using multiplications of words of 15 bits or so...
[BearSSL] / test / test_speed.c
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-05 Thomas PorninTwo new Poly1305 implementations: ctmul32 uses pure...
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-12-24 Thomas PorninAdded speed benchmark for Poly1305.
2016-12-13 Thomas PorninAdded ChaCha20+Poly1305 support (stand-alone, cipher...
2016-11-02 Thomas PorninInitial import.