From ce890346ffb882fa8620f5901e87281fa18dc530 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Wed, 13 Dec 2017 12:31:37 +0100 Subject: Add fingerprint support. - Export a first-class type for representing fingerprints. - Provide an implementation to compute fingerprints over public keys. --- openpgp/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'openpgp/Cargo.toml') 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 = "*" -- cgit v1.2.3