summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2017-12-13 12:31:37 +0100
committerNeal H. Walfield <neal@pep.foundation>2017-12-13 14:43:19 +0100
commitce890346ffb882fa8620f5901e87281fa18dc530 (patch)
tree96bb9bf02f3575a4726d8e222e8a8867fd8e517d /openpgp/Cargo.toml
parentc86ad83ae31d44aeab3317e5e05d6d63e428f0e0 (diff)
Add fingerprint support.
- Export a first-class type for representing fingerprints. - Provide an implementation to compute fingerprints over public keys.
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 3189a5b1..142509d4 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -9,3 +9,4 @@ base64 = "0.8.0"
nom = "3.2.0"
num = "0.1.40"
num-derive = "0.1.41"
+sha1 = "*"