RustCrypto / RSA

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

pss: support DecodePrivateKey and DecodePublicKey traits #424

Closed lumag closed 5 months ago

lumag commented 5 months ago

Implement necessary conversion traits to enable DecodePrivateKey and DecodePublicKey traits implementation.

tarcieri commented 5 months ago

It seems the OID is from RFC7427 but it doesn't say anything about its usage in PKCS#8. Anyway, merging.