RustCrypto / formats

Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX
235 stars 125 forks source link

pkcs7: remove crate sources #1292

Closed tarcieri closed 8 months ago

tarcieri commented 8 months ago

The pkcs7 crate has been deprecated in favor of the cms crate:

https://github.com/RustCrypto/formats/tree/master/cms

This commit leaves behind a README.md with information about the deprecation.