diff options
author | Brian Warner <warner@lothar.com> | 2017-05-17 13:30:42 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2017-05-17 13:30:42 -0700 |
commit | 57a38426b5e4716f6f14e639e5b3b923ca7e3319 (patch) | |
tree | 5e1f7c4cb054ae2036a2ca150b46704d8b4c14c2 /src/lib.rs | |
parent | 48fa27649f1cfeb27a1beffd2d28b8a746b4c558 (diff) | |
download | PAKEs-57a38426b5e4716f6f14e639e5b3b923ca7e3319.tar.xz |
more sketches, help from manishearth
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::*; |