Mass rename project for rebranding
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Wallet;
|
||||
|
||||
public interface ISecurityKeyFactory
|
||||
{
|
||||
SecurityKey? Create(byte[] phrase,
|
||||
byte[]? encryptedKey = null,
|
||||
byte[]? salt = null);
|
||||
}
|
||||
Reference in New Issue
Block a user