summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/mod.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-09-27 15:57:23 +0200
committerJustus Winter <justus@sequoia-pgp.org>2021-09-28 13:47:04 +0200
commit6a45ad30acb0836f6378ad556e00beed6d45ab7d (patch)
treef3967a2e7a7405c2764b41cb147a1536341915f0 /openpgp/src/crypto/mod.rs
parentd0f4bd45e6d2c0ffec1dc89c69c7515558f489b1 (diff)
openpgp: Add ECDSA test vectors from FIPS 186-4.
Diffstat (limited to 'openpgp/src/crypto/mod.rs')
-rw-r--r--openpgp/src/crypto/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/openpgp/src/crypto/mod.rs b/openpgp/src/crypto/mod.rs
index d502b511..81e41d70 100644
--- a/openpgp/src/crypto/mod.rs
+++ b/openpgp/src/crypto/mod.rs
@@ -34,6 +34,9 @@ mod s2k;
pub use s2k::S2K;
pub(crate) mod symmetric;
+#[cfg(test)]
+mod tests;
+
/// Holds a session key.
///
/// The session key is cleared when dropped. Sequoia uses this type