We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69db155 commit fd35048Copy full SHA for fd35048
pkcs8/src/lib.rs
@@ -51,7 +51,7 @@
51
//!
52
//! ## Legacy DES-CBC and DES-EDE3-CBC (3DES) support (optional)
53
//! When the `des-insecure` and/or `3des` features are enabled this crate provides support for
54
-//! private keys encrypted with with DES-CBC and DES-EDE3-CBC (3DES or Triple DES) symmetric
+//! private keys encrypted with DES-CBC and DES-EDE3-CBC (3DES or Triple DES) symmetric
55
//! encryption, respectively.
56
57
//! ⚠️ WARNING ⚠️
0 commit comments