Codemaid
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Bitvault;
|
||||
public class SecurityKeyFactory(IKeyGenerator generator,
|
||||
IKeyDeriver deriver,
|
||||
IEncryptor encryptor,
|
||||
IDecryptor decryptor) :
|
||||
IDecryptor decryptor) :
|
||||
ISecurityKeyFactory
|
||||
{
|
||||
public SecurityKey? Create(byte[] phrase,
|
||||
@@ -30,5 +30,4 @@ public class SecurityKeyFactory(IKeyGenerator generator,
|
||||
|
||||
return new SecurityKey(salt, encryptedKey, decryptedKey);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user