Counter(ulong, uint) Constructor
Namespace
RandN.Rngs
Containing Type
ChaCha.Counter

Syntax

public Counter(ulong block, uint word)

Parameters

NameTypeDescription
blockulongChaCha's 64-bit block counter.
worduintThe individual word in the current block. Must be less than or equal to 16.