<PackageReference Include="BouncyCastle.Cryptography" Version="2.7.0-beta.98" />

ISP80090Drbg

public interface ISP80090Drbg
namespace Org.BouncyCastle.Crypto.Prng.Drbg { public interface ISP80090Drbg { int BlockSize { get; } int Generate(byte[] output, int outputOff, int outputLen, byte[] additionalInput, bool predictionResistant); void Reseed(byte[] additionalInput); } }