init commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Org.BouncyCastle.Crypto;
|
||||
|
||||
public interface IBlockResult
|
||||
{
|
||||
byte[] Collect();
|
||||
|
||||
int Collect(byte[] destination, int offset);
|
||||
}
|
||||
Reference in New Issue
Block a user