init commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Org.BouncyCastle.Crypto;
|
||||
|
||||
public interface IVerifier
|
||||
{
|
||||
bool IsVerified(byte[] data);
|
||||
|
||||
bool IsVerified(byte[] source, int off, int length);
|
||||
}
|
||||
Reference in New Issue
Block a user