Added new 64-bit implementations of Curve25519 and P-256.
[BearSSL] / src / rsa /
2018-08-17 Thomas PorninAdded stand-alone RSA/PSS implementation.
2018-08-05 Thomas PorninAdded support code for RSA and EC key encoding (includi...
2018-07-31 Thomas PorninAdded RSA key generation code (i15, i31, i62).
2018-05-27 Thomas PorninFixed some typographic errors in comments.
2018-05-24 Thomas PorninSmall typo fixes (harmless).
2018-05-23 Thomas PorninAdded RSA/OAEP implementation.
2018-05-23 Thomas PorninAdded stricter rule on input for RSA private key operat...
2017-03-19 Thomas PorninNew "i62" code for big integers with 64x64->128 opcodes...
2017-01-29 Thomas PorninAdded AES+GHASH implementation using AES-NI opcodes...
2017-01-24 Thomas PorninImproved modular exponentiation (automatic window optim...
2017-01-04 Thomas PorninNew "i15" implementation of big integers (faster, and...
2016-12-31 Thomas PorninFixed RSA "i32" PKCS#1 v1.5 signature generation.
2016-11-02 Thomas PorninInitial import.