9 releases
0.3.1 | Jan 26, 2023 |
---|---|
0.3.0 | Dec 3, 2022 |
0.2.0 | Nov 20, 2022 |
0.1.5 | Sep 11, 2022 |
0.1.2 | Aug 31, 2022 |
#2249 in Cryptography
29 downloads per month
Used in rsa_utils
51KB
724 lines
VERSION 0.2.0 BREAKING CHANGE -> Introduces num-bigint types -> Functions formerly taking u128 args now take BigUint -> exponent and modulus values inside inside keypairs now represented as BigUints -> generate much larger primes
VERSION 0.3.0 BREAKING CHANGE -> KeyPair::generate_key_pair now takes 'bits' argument -> KeyPair::generate_key_pair performance increased by threading
Dependencies
~1–1.8MB
~40K SLoC