aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2017-05-23 20:17:27 -0700
committerBrian Warner <warner@lothar.com>2017-05-23 20:17:27 -0700
commit63c7a7217954329006b72e2a41af330ee9a9524b (patch)
treed92f206d045804f739f9599c71fb67592674a158 /src/lib.rs
parent441f2da853aac8663970043055a28a32aec0f6eb (diff)
downloadPAKEs-63c7a7217954329006b72e2a41af330ee9a9524b.tar.xz
update, make it compile (but not work, of course)
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index b972f4b..9d7204a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,7 @@
extern crate rand;
extern crate curve25519_dalek;
+extern crate sha2;
pub mod spake2;
//use spake2::*;