Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
The type associated with AES ciphers. Raaz provides AES variants
with key lengths 128, 192 and 256. The key types for the above
ciphers in cbc mode are given by the types (
,
KEY128
, IV)(
KEY192
, IV)(
respectively.KEY256
, IV)
Describable (AES 128 CBC) Source # | |
Describable (AES 192 CBC) Source # | |
Describable (AES 256 CBC) Source # | |
Primitive (AES 128 CBC) Source # | The 128-bit aes cipher in cbc mode. |
Primitive (AES 192 CBC) Source # | The 192-bit aes cipher in cbc mode. |
Primitive (AES 256 CBC) Source # | The 256-bit aes cipher in cbc mode. |
Cipher (AES 128 CBC) Source # | |
Cipher (AES 192 CBC) Source # | |
Cipher (AES 256 CBC) Source # | |
type Key (AES 128 CBC) Source # | |
type Key (AES 192 CBC) Source # | |
type Key (AES 256 CBC) Source # | |
type Implementation (AES 128 CBC) Source # | |
type Implementation (AES 192 CBC) Source # | |
type Implementation (AES 256 CBC) Source # | |
Key used for AES-128
Key used for AES-128
Key used for AES-128
The IV used by the CBC mode.