summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2023-05-23 20:06:24 +0200
committerJustus Winter <justus@sequoia-pgp.org>2023-06-26 13:36:39 +0200
commit28eccc0c57706f29543752d3a11a34126daa361a (patch)
treed97f98de166ac286e54abff0a47fed86a09b4620
parent7cea9352ba439982bc87040347023ea62c6061cc (diff)
make api publiccrypto-refresh-x25519
-rw-r--r--openpgp/src/serialize/stream.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/openpgp/src/serialize/stream.rs b/openpgp/src/serialize/stream.rs
index adc74e6a..2052eac4 100644
--- a/openpgp/src/serialize/stream.rs
+++ b/openpgp/src/serialize/stream.rs
@@ -2826,10 +2826,6 @@ impl<'a> Encryptor<'a> {
/// message.finalize()?;
/// # Ok(()) }
/// ```
- // Function hidden from the public API due to
- // https://gitlab.com/sequoia-pgp/sequoia/-/issues/550
- // It is used only for tests so that it does not bit-rot.
- #[cfg(test)]
pub fn aead_algo(mut self, algo: AEADAlgorithm) -> Self {
self.aead_algo = Some(algo);
self