Table of Contents

Class EntropyUtilities

Namespace
Org.BouncyCastle.Crypto.Prng
Assembly
BouncyCastle.Cryptography.dll
public abstract class EntropyUtilities
Inheritance
EntropyUtilities
Inherited Members

Methods

GenerateSeed(IEntropySource, int)

public static byte[] GenerateSeed(IEntropySource entropySource, int numBytes)

Parameters

entropySource IEntropySource
numBytes int

Returns

byte[]

GenerateSeed(IEntropySource, Span<byte>)

public static void GenerateSeed(IEntropySource entropySource, Span<byte> seed)

Parameters

entropySource IEntropySource
seed Span<byte>