Module Crypto.None
- Description
The plaintext algorithm.
This modules implements several of the crypto APIs, but without any crypto. It is intended to be used for testing of higher level algorithms.
- Inherit
AE
inherit .AE : AE
- Description
Implements the empty AE algorithm.
- Inherit
MAC
inherit .MAC : MAC
- Description
Implements the empty MAC algorithm.