summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/mod.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-08-17 16:35:00 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-08-17 16:57:37 +0200
commit41406f8b4a33bdfcf302d3c1c69c5f035f7aa210 (patch)
tree074e84756803d86607cf0f42c159b8312d32b31a /openpgp/src/crypto/mod.rs
parent303057988fe6dde9aacaaa827806de1f7426984a (diff)
openpgp: Move crypto::Keygrip to the ipc crate.
Diffstat (limited to 'openpgp/src/crypto/mod.rs')
-rw-r--r--openpgp/src/crypto/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/openpgp/src/crypto/mod.rs b/openpgp/src/crypto/mod.rs
index 75e8fe9b..2177d327 100644
--- a/openpgp/src/crypto/mod.rs
+++ b/openpgp/src/crypto/mod.rs
@@ -29,8 +29,6 @@ mod backend;
pub use backend::random;
pub mod ecdh;
pub mod hash;
-mod keygrip;
-pub use self::keygrip::Keygrip;
pub mod mem;
pub mod mpi;
mod s2k;