Closed poljar closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
main@abe6b62
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The pkcs7 crate has been deprecated^1, the authors recommend us to switch to the block_padding crate instead.
Incidentally we're already using the block_padding crate for our pkcs7 needs as that one is re-exported by the AES crate. This means that the pkcs7 crate is already an unused dependency and we can just remove it.
This has been confirmed by cargo-udeps^2 as well.
This closes: #162.