diff options
Diffstat (limited to 'srp')
-rw-r--r-- | srp/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/srp/Cargo.toml b/srp/Cargo.toml index 2ec163b..28f02af 100644 --- a/srp/Cargo.toml +++ b/srp/Cargo.toml @@ -20,8 +20,8 @@ lazy_static = "1.2" subtle = "2.4" [dev-dependencies] +hex-literal = "0.3" +num-traits = "0.2" rand = "0.6" +sha1 = "0.10" sha2 = "0.10" -sha-1 = "0.10" -num-traits = "0.2" -hex-literal = "0.3" |