ICounterBased<T> Methods

Methods

AdvanceBlock Advances the counter by the specified number of blocks.
GenerateBlock Computes the output block for the current key and counter.
GetCounter Copies the current counter into the provided destination span.
GetKey Copies the current key into the provided destination span.
ResetCounter Resets the counter to all zeros.
SetCounter Sets the counter to the specified value.
SetKey Sets the key to the specified value.

See Also