IEntropySourceProvider
Base interface describing a provider of entropy sources.
namespace Org.BouncyCastle.Crypto
{
public interface IEntropySourceProvider
{
IEntropySource Get(int bitsRequired);
}
}