From 5d69d7b36830c2a43a05b4527998f860afd2aa4d Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Sun, 14 Jan 2018 21:40:57 +0100 Subject: openpgp: Implement hashing. - Switch to using nettle for low-level hash functionality. - Add functionality for hasing UserID, UserAttribute, Key and Signature packets. - Add functionliaty to compute the hashes for primary key bindings, subkey bindings, user id bindings and user attribute bindings. --- openpgp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp/Cargo.toml') diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml index 6a5ad7a7..9e41958f 100644 --- a/openpgp/Cargo.toml +++ b/openpgp/Cargo.toml @@ -8,6 +8,6 @@ buffered-reader = { path = "../buffered-reader" } base64 = "0.8.0" bzip2 = "0.3.2" flate2 = "0.2" +nettle = { git = "https://gitlab.com/sequoia-pgp/nettle-rs.git" } num = "0.1.40" num-derive = "0.1.41" -sha1 = "*" -- cgit v1.2.3