RustCrypto / RSA

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

Fix unused import warnings #404

Closed tarcieri closed 7 months ago

tarcieri commented 7 months ago

Newer versions of rustc report these. They were previously ignored because they were pub use, but inside of a non-pub module.