The `cbc_decrypt` function in `pbes2/encryption.rs` returns an `Error::EncryptFailed` on error, but `Error::DecryptFailed` seems more appropriate.
The
cbc_decryptfunction inpbes2/encryption.rsreturns anError::EncryptFailedon error, butError::DecryptFailedseems more appropriate.