RustCrypto / RSA

RSA implementation in pure Rust
Apache License 2.0
550 stars 153 forks source link

Add Encryption-related traits #259

Closed lumag closed 1 year ago

lumag commented 1 year ago

Follow the signing API and add a set of traits to be used for data encryption and decryption.