Files
Walleby/Bitvault/IVaultKeyGenerator.cs
T
TheXamlGuy 81f266d8c4 wip
2024-04-30 20:46:47 +01:00

6 lines
101 B
C#

namespace Bitvault;
public interface IVaultKeyGenerator
{
VaultKey Create(string password);
}