|
|
|
|
|
| Description |
| This module provides support for block ciphers
|
|
| Synopsis |
|
|
|
|
| Classes
|
|
|
| A cipher
| | | Methods | | | Instances | |
|
|
|
| Any monad that contains the result of an operation in the
context of cipher-block-chaining mode.
| | Instances | |
|
|
| Types
|
|
|
| Contains the result of an operation in the context of
cipher-block-chaining mode.
| Instances | |
|
|
|
| CbcT is the monad transformer version of Cbc
| Instances | |
|
|
| Functions
|
|
|
| Evaluates a cipher-block-chaining-mode operation, given
a cipher and an initialization vector (IV).
|
|
|
| This is the monad tranformer version of evalCbc
|
|
|
| This is the fundamental cipher-block-chaining encryption protocol
|
|
|
| This is the fundamental cipher-block-chaining decryption protocol
|
|
| Produced by Haddock version 2.6.1 |