rsa_rs

Crates.iorsa_rs
lib.rsrsa_rs
version0.3.1
sourcesrc
created_at2022-08-29 12:06:10.356215
updated_at2023-01-26 21:57:13.791254
descriptionrust rsa library -- UNTESTED HOBBY PROJECT -- DO NOT USE FOR SERIOUS APPLICATIONS
homepage
repositoryhttps://github.com/leninRessurect/rsa_rs
max_upload_size
id654444
size145,656
Ethan Campbell (goatm0n)

documentation

README

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

Commit count: 69

cargo fmt