Create(ChaCha.Seed) Method
Creates a ChaCha20 rng using the given seed.
Namespace
RandN.Rngs
Containing Type
ChaCha

Syntax

public static ChaCha Create(ChaCha.Seed seed)

Parameters

NameTypeDescription
seedChaCha.SeedA seed containing the key and stream.

Return Value

TypeDescription
ChaCha