Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkcs1/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@
//! -----BEGIN RSA PUBLIC KEY-----
//! ```
//!
//! Note that PEM-encoded keys must use the [RFC 7468] encoding, which does NOT
//! permit "headers" alongside the data, as used by tools such as OpenSSL.
//!
//! # Minimum Supported Rust Version
//! This crate requires **Rust 1.55** at a minimum.
//!
//! [RFC 7468]: https://tools.ietf.org/html/rfc7468
//! [RFC 8017]: https://tools.ietf.org/html/rfc8017
#![no_std]
#![cfg_attr(docsrs, feature(doc_cfg))]
Expand Down