Seed(ReadOnlySpan<uint>) Constructor
Constructs a new ChaCha seed from a key with a stream id of 0.
Namespace
RandN.Rngs
Containing Type
ChaCha.Seed

Syntax

public Seed(ReadOnlySpan<uint> key)

Parameters

NameTypeDescription
keyReadOnlySpan<uint>ChaCha's key. Must have a length of 8.