diff options
author | Brian Warner <warner@lothar.com> | 2017-05-23 20:17:27 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2017-05-23 20:17:27 -0700 |
commit | 63c7a7217954329006b72e2a41af330ee9a9524b (patch) | |
tree | d92f206d045804f739f9599c71fb67592674a158 /src/lib.rs | |
parent | 441f2da853aac8663970043055a28a32aec0f6eb (diff) | |
download | PAKEs-63c7a7217954329006b72e2a41af330ee9a9524b.tar.xz |
update, make it compile (but not work, of course)
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::*; |