ChaChaEngine Properties

Properties

BitsPerWord Gets the native word size in bits.
BlockLength Gets the number of native words addressable in each block.
CounterLength Gets the number of words in the engine counter.
JumpSize Gets the size category of the primary jump operation.
KeyLength Gets the number of words in the engine key.
LongJumpSize Gets the size category of the long jump operation.
Name Gets a human-readable name for this engine.
Rounds Gets the number of rounds used in the ChaCha permutation.
StateSize Gets the number of bytes required to save/load this engine's state.

See Also