RustCrypto / RSA

RSA implementation in pure Rust
Apache License 2.0
550 stars 153 forks source link

Fix incorrect doc link #267

Closed mkeeter closed 1 year ago

mkeeter commented 1 year ago

VerifyingKey::new linked to SigningKey::new_with_prefix in the docstring; probably a copy-paste oversight.