diff options
Diffstat (limited to 'srp/src')
-rw-r--r-- | srp/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/srp/src/lib.rs b/srp/src/lib.rs index 8e2f1f7..6900ca0 100644 --- a/srp/src/lib.rs +++ b/srp/src/lib.rs @@ -63,6 +63,8 @@ //! //! [1]: https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol //! [2]: https://tools.ietf.org/html/rfc5054 +#![doc(html_logo_url = + "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png")] extern crate digest; extern crate generic_array; extern crate num; |