Module Nettle.BlockCipher()->ABC

Inheritance graph
Description

Implementation of the Accumulated Block Chaining mode (ABC).

This is a mode of operation similar to IGE, but where the plaintext is mixed with both initialization vectors. It was suggested as a mode of operation for AES by Lars R. Knudsen.

See also

CBC, GCM, CFB, IGE


Inherit BufferedCipher

inherit BufferedCipher : BufferedCipher