Assembly | An Assembly is a construction consisting of a chain of
Transformer elements; each wired in pre- or post- transformation
mode. |
Cascade | A Cascade Cipher is the concatenation of two or more block ciphers
each with independent keys. |
Direction | An enumeration type for wiring Stage instances into Cascade
Cipher chains, as well as for operating a Cascade in a given
direction.
|
Operation | An enumeration type for specifying the operation type of a
Transformer .
|
Stage | A Stage in a Cascade Cipher.
|
Transformer | A Transformer is an abstract representation of a two-way
transformation that can be chained together with other instances of
this type. |