7 lines
119 B
C#
7 lines
119 B
C#
namespace Org.BouncyCastle.Crypto;
|
|
|
|
public interface IEntropySourceProvider
|
|
{
|
|
IEntropySource Get(int bitsRequired);
|
|
}
|