init commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Org.BouncyCastle.Crypto;
|
||||
|
||||
public interface ISignerWithRecovery : ISigner
|
||||
{
|
||||
bool HasFullMessage();
|
||||
|
||||
byte[] GetRecoveredMessage();
|
||||
|
||||
void UpdateWithRecoveredMessage(byte[] signature);
|
||||
}
|
||||
Reference in New Issue
Block a user