aboutsummaryrefslogtreecommitdiff
path: root/srp/src/lib.rs
diff options
context:
space:
mode:
authorArtyom Pavlov <newpavlov@gmail.com>2018-10-17 18:11:24 +0000
committerGitHub <noreply@github.com>2018-10-17 18:11:24 +0000
commitf8a48e10b01db051cd3216f36e688a37c5089093 (patch)
tree2d44d9fd085ff41961f667bbaa075055a2a854ec /srp/src/lib.rs
parent7f063672fe3c59875c9dfce938b85147f3aef5a5 (diff)
downloadPAKEs-f8a48e10b01db051cd3216f36e688a37c5089093.tar.xz
spake2 code reorganization (#6)
Diffstat (limited to 'srp/src/lib.rs')
-rw-r--r--srp/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/srp/src/lib.rs b/srp/src/lib.rs
index 6900ca0..3645a6f 100644
--- a/srp/src/lib.rs
+++ b/srp/src/lib.rs
@@ -63,8 +63,7 @@
//!
//! [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")]
+#![doc(html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png")]
extern crate digest;
extern crate generic_array;
extern crate num;