cipher-workshop/cipher-core
Kristofers Solo dd691cfa18
feat(cipher-core): add PKCS#7 padding support
Add pkcs7_pad and pkcs7_unpad functions for block cipher modes:
    - Pad data to block size multiples with N bytes of value N
    - Validate and remove padding on decryption
    - Add InvalidPadding variant to CipherError
2025-12-31 00:48:49 +02:00
..
src feat(cipher-core): add PKCS#7 padding support 2025-12-31 00:48:49 +02:00
Cargo.toml feat(aes): add IV (Initialization Vector) type for CBC mode 2025-12-31 00:45:26 +02:00