1 2 3 4 5 6
//! Serialized DER-encoded documents stored in heap-backed buffers. // TODO(tarcieri): heapless support? #[cfg(feature = "pkcs5")] pub(crate) mod encrypted_private_key; pub(crate) mod private_key;