summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-03-03 14:11:42 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-03-03 14:12:35 +0100
commitc3e698c456de451fd184c9a5c8c0c2cf2b50093b (patch)
treee25a90ded0f4b3e2640f29c142a04649f5ee7ba2
parent692b6a273befc3df9e32427e6d5c884e83c5f0ff (diff)
openpgp: Update documentation.
-rw-r--r--openpgp/src/lib.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/openpgp/src/lib.rs b/openpgp/src/lib.rs
index 47518a11..96d23f49 100644
--- a/openpgp/src/lib.rs
+++ b/openpgp/src/lib.rs
@@ -8,8 +8,7 @@
//! A few features that the OpenPGP community considers to be
//! deprecated (e.g., version 3 compatibility) have been left out. We
//! have also updated some OpenPGP defaults to avoid foot guns (e.g.,
-//! this crate does not fallback to IDEA, but instead assumes all
-//! OpenPGP implementations understand AES). If some functionality is
+//! we selected modern algorithm defaults). If some functionality is
//! missing, please file a bug report.
//!
//! A non-goal of this crate is support for any sort of high-level,
@@ -30,7 +29,6 @@
//!
//! [RFC 4880]: https://tools.ietf.org/html/rfc4880
//! [RFC 6637]: https://tools.ietf.org/html/rfc6637
-//! [unhashed signature subpackets]: https://tools.ietf.org/html/rfc4880#section-5.2.3.2
//! [sequoia-core]: ../sequoia_core
//!
//! # Experimental Features