Creates a ChaCha20 rng using the given seed.
- Namespace
- RandN
.Rngs - Containing Type
- ChaCha
Syntax
public static ChaCha Create(ChaCha.Seed seed)Parameters
| Name | Type | Description |
|---|---|---|
| seed | ChaCha | A seed containing the key and stream. |
Return Value
| Type | Description |
|---|---|
| ChaCha |