diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ extern crate rand; extern crate curve25519_dalek; +extern crate sha2; pub mod spake2; //use spake2::*; |
![]() |
index : PAKEs.git | |
Password-Authenticated Key Agreement protocols; fork adds support for luanti's flavor of SRP |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 1 |
@@ -1,6 +1,7 @@ extern crate rand; extern crate curve25519_dalek; +extern crate sha2; pub mod spake2; //use spake2::*; |