]> git.lizzy.rs Git - PAKEs.git/commitdiff
add doc logo
authornewpavlov <newpavlov@gmail.com>
Wed, 17 Oct 2018 17:07:08 +0000 (20:07 +0300)
committernewpavlov <newpavlov@gmail.com>
Wed, 17 Oct 2018 17:07:08 +0000 (20:07 +0300)
spake2/src/lib.rs
srp/src/lib.rs

index d189d9ce579a53e5adab13833b50a8e94c26e9b8..55a85df3384aa597ca9cd8d0a6ff34f00bdcae20 100644 (file)
@@ -1,3 +1,5 @@
+#![doc(html_logo_url =
+    "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png")]
 #![forbid(unsafe_code)]
 #![cfg_attr(test, deny(warnings))]
 
index 8e2f1f75e419fa0354bd5edc465132c83306e4d6..6900ca0966875c06f5eb9ecbb7bea95b3f5b1871 100644 (file)
@@ -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;