Starting to add RSA back in, to see if some of this stuff will work together.

This commit is contained in:
2018-03-17 14:47:44 -07:00
parent 02aa03ca5c
commit 49b2c92d87
16 changed files with 977 additions and 81 deletions

View File

@@ -9,7 +9,13 @@ license-file = "LICENSE"
repository = "https://github.com/acw/simple_crypto"
[dependencies]
byteorder = "^1.2.1"
digest = "^0.7.1"
num = "^0.1.39"
rand = "^0.3"
sha-1 = "^0.7.0"
sha2 = "^0.7.0"
simple_asn1 = "^0.1.0"
[dev-dependencies]
quickcheck = "^0.4.1"