X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=fdabe09c00858ca1c93c7412645aa622b248c284;hb=2958035067bc7cb01e1c6672f53daf8d0f1e8096;hp=944e995463339c0516b31033166e81f8aff7f27d;hpb=4448ccfe5a66ec2a2fa510f2750ca0507511c0b4;p=PAKEs.git diff --git a/Cargo.toml b/Cargo.toml index 944e995..fdabe09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spake2" -version = "0.0.4-alpha.0" +version = "0.0.8" authors = ["Brian Warner "] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" @@ -16,15 +16,14 @@ exclude = [ travis-ci = { repository = "warner/spake2.rs" } [dependencies] -curve25519-dalek = "0.13" -rand = "0.3" +curve25519-dalek = "0.17" +rand = "0.5" sha2 = "0.7" -hkdf = "0.3" -num-bigint = "0.1" +hkdf = "0.5" +num-bigint = "0.2" hex = "0.3" [dev-dependencies] -hex = "0.3" bencher = "0.1" [[bench]]