diff options
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#![forbid(unsafe_code)] +#![cfg_attr(test, deny(warnings))] + extern crate curve25519_dalek; extern crate hex; extern crate hkdf; |
![]() |
index : PAKEs.git | |
Password-Authenticated Key Agreement protocols; fork adds support for luanti's flavor of SRP |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 3 |
@@ -1,3 +1,6 @@ +#![forbid(unsafe_code)] +#![cfg_attr(test, deny(warnings))] + extern crate curve25519_dalek; extern crate hex; extern crate hkdf; |