Crates.io | pkcs7 |
lib.rs | pkcs7 |
version | 0.4.1 |
source | src |
created_at | 2016-08-15 14:18:25.541594 |
updated_at | 2023-05-13 23:14:36.494548 |
description | DEPRECATED: use the `cms` crate instead |
homepage | |
repository | https://github.com/RustCrypto/formats/tree/master/pkcs7 |
max_upload_size | |
id | 5978 |
size | 85,224 |
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #7: Cryptographic Message Syntax v1.5 (RFC 5652 and RFC 8933).
The pkcs7
crate is deprecated and will not receive further releases.
Please migrate to the following instead:
cms
crate.block_padding::Pkcs7
See #1045 for more information.
This crate requires Rust 1.65 at a minimum.
We may change the MSRV in the future, but it will be accompanied by a minor version bump.
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.