]> git.lizzy.rs Git - PAKEs.git/blobdiff - srp/src/lib.rs
Migrate to GitHub Actions (#42)
[PAKEs.git] / srp / src / lib.rs
index 132851d6b10dcc6cd1649c5f0fdaab4720f45148..cec6f3684b8e569b000f3b81be8b636e98af6f2a 100644 (file)
@@ -63,6 +63,8 @@
 //!
 //! [1]: https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol
 //! [2]: https://tools.ietf.org/html/rfc5054
+
+#![allow(clippy::many_single_char_names)]
 #![doc(html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png")]
 
 pub mod client;