License | BSD-style |
---|---|
Maintainer | Vincent Hanquez <[email protected]> |
Stability | experimental |
Portability | unknown |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Various cryptographic padding commonly used for block ciphers or asymmetric systems.
Documentation
Format of padding
PKCS5 | PKCS5: PKCS7 with hardcoded size of 8 |
PKCS7 Int | PKCS7 with padding size between 1 and 255 |
ZERO Int | zero padding with block size |