RustCrypto / RSA

RSA implementation in pure Rust
Apache License 2.0
536 stars 146 forks source link

serdect for RsaPublicKey, RsaPrivateKey and pkcs1v15 types #421

Closed LWEdslev closed 5 months ago

LWEdslev commented 5 months ago

RsaPublicKey and RsaPrivateKey now use serdect. In pkcs1v15 the types: Signature, SigningKey, EncryptingKey, DecryptingKey and VerifyingKey use serdect. (DecryptingKey and EncryptingKey are wrappers for RsaPrivateKey and RsaPublicKey so they just use the underlying serdect implementation).