From 7f063672fe3c59875c9dfce938b85147f3aef5a5 Mon Sep 17 00:00:00 2001 From: newpavlov Date: Wed, 17 Oct 2018 20:07:08 +0300 Subject: add doc logo --- srp/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'srp/src') 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; -- cgit v1.2.3