cipher-workshop/aes
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
tests fix: clippy warnings 2025-12-18 18:42:50 +02:00
Cargo.toml chore: use workspace package vars 2025-11-24 08:50:22 +02:00