Revert "add signing support"

It turns out we don't need this.

This reverts commit e92fc0628b.
This commit is contained in:
Dustin J. Mitchell
2020-11-26 22:34:20 -05:00
parent b0dd3905e7
commit 26b17c6dbc
4 changed files with 11 additions and 147 deletions

View File

@@ -12,7 +12,6 @@ chrono = { version = "0.4.10", features = ["serde"] }
failure = {version = "0.1.5", features = ["derive"] }
kv = {version = "0.10.0", features = ["msgpack-value"]}
lmdb-rkv = {version = "0.12.3"}
ring = { version = "0.16.17", features = ["std"] }
[dev-dependencies]
proptest = "0.9.4"