matrix-org / vodozemac

An implementation of Olm and Megolm in pure Rust.
Apache License 2.0
155 stars 29 forks source link

pkcs7 is deprecated - instead use either cms or block_padding::Pkcs7 #162

Closed jonassmedegaard closed 1 month ago

jonassmedegaard commented 2 months ago

The crate pkcs7 is deprecated, and its developers recommend to switch to either cms or block_padding::Pkcs7.

poljar commented 2 months ago

Thanks for the heads up, will se if we can migrate next week.