diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ +extern crate rand; +extern crate curve25519_dalek; + 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 | 3 |
@@ -1,4 +1,7 @@ +extern crate rand; +extern crate curve25519_dalek; + pub mod spake2; //use spake2::*; |