Should have everything we need to check signatures.

This commit is contained in:
2017-12-21 22:27:54 -08:00
parent 826a5dd082
commit 1b32487511
2 changed files with 105 additions and 82 deletions

View File

@@ -6,6 +6,8 @@ authors = ["awick"]
[dependencies]
chrono = "^0.4.0"
num = "^0.1.40"
sha-1 = "^0.7.0"
sha2 = "^0.7.0"
simple_asn1 = { path = "../simple_asn1" }
[dev-dependencies]