Starting to include RSA crypto.

This commit is contained in:
2018-04-14 10:45:11 -07:00
parent b5a5cbdd98
commit baa70a6ce6
11 changed files with 512 additions and 9 deletions

View File

@@ -9,8 +9,11 @@ license-file = "LICENSE"
repository = "https://github.com/acw/simple_crypto"
[dependencies]
digest = "^0.7.1"
num = "^0.1.42"
rand = "^0.3"
sha-1 = "^0.7.0"
sha2 = "^0.7.0"
[dev-dependencies]
quickcheck = "^0.4.1"