| Crates.io | rsa_rs |
| lib.rs | rsa_rs |
| version | 0.3.1 |
| created_at | 2022-08-29 12:06:10.356215+00 |
| updated_at | 2023-01-26 21:57:13.791254+00 |
| description | rust rsa library -- UNTESTED HOBBY PROJECT -- DO NOT USE FOR SERIOUS APPLICATIONS |
| homepage | |
| repository | https://github.com/leninRessurect/rsa_rs |
| max_upload_size | |
| id | 654444 |
| size | 145,656 |
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