summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/mod.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-06-02 23:03:44 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-06-06 16:41:42 +0200
commitf2e902f1b8065f0e2ab4e550a85edea18edff91c (patch)
treeb311f6e4bd81b85c45661527542db4e696f71f97 /openpgp/src/crypto/mod.rs
parent55df865bb40b3349f911e351bf2b24cb43f9c054 (diff)
openpgp: New type representing s-expressions.
- *S-Expressions* as described in the internet draft [S-Expressions], are a way to communicate cryptographic primitives like keys, signatures, and ciphertexts between agents or implementations. [S-Expressions]: https://people.csail.mit.edu/rivest/Sexp.txt
Diffstat (limited to 'openpgp/src/crypto/mod.rs')
-rw-r--r--openpgp/src/crypto/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/crypto/mod.rs b/openpgp/src/crypto/mod.rs
index a31b60e9..b2a4cdd4 100644
--- a/openpgp/src/crypto/mod.rs
+++ b/openpgp/src/crypto/mod.rs
@@ -19,6 +19,7 @@ mod keygrip;
pub use self::keygrip::Keygrip;
pub mod mpis;
pub mod s2k;
+pub mod sexp;
pub(crate) mod symmetric;
pub use self::asymmetric::{