From e0f08ef8fc362175aaefadf729ba0b9d083c9829 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 9 Nov 2017 10:53:45 +0100 Subject: Assemble transferable public keys from messages. - For now, no canonicalization is done. For that to happen we need to be able to access the packets fields, which are not public and there is no accessor. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 89507863..a69113c7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,5 +11,6 @@ extern crate flate2; extern crate bzip2; pub mod openpgp; +pub mod keys; pub mod key_store; pub mod net; -- cgit v1.2.3