RustCrypto / RSA

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

Serde support for `rsa::pkcs1v15::Signature` #419

Closed LWEdslev closed 5 months ago

LWEdslev commented 6 months ago

Currently rsa::pkcs1v15::Signature does not support serde Serialization and Deserialization. Is there any good explanation for this?

tarcieri commented 6 months ago

It would be good to add, yes