Class Crypto.Cipher
- Description
Abstract class for crypto algorithms. Contains some tools useful for all ciphers.
- Note
Typically only inherited directly by stream ciphers.
- Note
It is however convenient for typing as it contains the minimum base level API for a cipher.
- See also
- Inherit
Cipher
inherit Nettle.Cipher : Cipher