init commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Org.BouncyCastle.Utilities;
|
||||
|
||||
public interface IMemoable
|
||||
{
|
||||
IMemoable Copy();
|
||||
|
||||
void Reset(IMemoable other);
|
||||
}
|
||||
Reference in New Issue
Block a user