RustCrypto / RSA

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

Stop gap fix serde #425

Closed pinkforest closed 2 months ago

pinkforest commented 5 months ago

Cc/ @dignifiedquire @tarcieri

serde skip requires a default for BoxedMontyParams associated n_params since it's not an option at RsaPublicKey

dignifiedquire commented 2 months ago

not needed anymore