#encryption-key #prime #key-pair #rsa #generate-keys #breaking #represented

rsa_rs

rust rsa library -- UNTESTED HOBBY PROJECT -- DO NOT USE FOR SERIOUS APPLICATIONS

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

#1910 in Cryptography

Download history 7/week @ 2024-02-25 59/week @ 2024-03-03 8/week @ 2024-03-10

74 downloads per month
Used in rsa_utils

Custom license

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–1.8MB
~40K SLoC