bunch of fixes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace Toolkit.Foundation;
|
||||
public interface IKeyDeriver
|
||||
{
|
||||
byte[] DeriveKey(string password, byte[] salt, int keySize = 32, int iterations = 10000);
|
||||
}
|
||||
Reference in New Issue
Block a user