summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-09-26 12:28:39 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-09-28 13:40:32 +0200
commit67a874462b716c9af52a64946a22f7456b4e1bd6 (patch)
tree4de6672d60cf548bf4827e97c793bc79976ac9f5 /openpgp/Cargo.toml
parent79ac47b3ac04bbba468fa0f3b6f149c127c88b55 (diff)
openpgp: Zero secret keys on Drop.
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 58b1aff4..e9afbdfe 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -11,6 +11,7 @@ bzip2 = { version = "0.3.2", optional = true }
failure = "0.1.2"
flate2 = { version = "1.0.1", optional = true }
lalrpop-util = "0.16"
+memsec = "0.5.4"
nettle = { git = "https://gitlab.com/sequoia-pgp/nettle-rs.git" }
quickcheck = "0.7"
rand = "0.5"