From d1345c3ffbf460f3007f063a989c795cdb50318b Mon Sep 17 00:00:00 2001 From: Kai Michaelis Date: Mon, 23 Apr 2018 18:29:30 +0200 Subject: openpgp: Enums for various alogrithms Adds enums for cryptographic and compression algorithms. Functions that operate on algo identifiers are now member functions (hash_context -> HashAlgo::context()). The identifiers support convertions from and to u8 as well as Display. --- 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 31ceabd8..d117c0d7 100644 --- a/openpgp/Cargo.toml +++ b/openpgp/Cargo.toml @@ -11,6 +11,7 @@ failure = "0.1.1" flate2 = "1.0.1" nettle = { git = "https://gitlab.com/sequoia-pgp/nettle-rs.git" } num-derive = "0.1.41" +quickcheck = "0.6" [dependencies.num] version = "0.1.40" -- cgit v1.2.3