init commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Org.BouncyCastle.Crypto;
|
||||
|
||||
public interface IEntropySource
|
||||
{
|
||||
bool IsPredictionResistant { get; }
|
||||
|
||||
int EntropySize { get; }
|
||||
|
||||
byte[] GetEntropy();
|
||||
}
|
||||
Reference in New Issue
Block a user