bunch of fixes

This commit is contained in:
TheXamlGuy
2024-05-02 20:58:12 +01:00
parent e98e622003
commit 4b05abad9b
23 changed files with 115 additions and 192 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace Bitvault;
public interface IVaultKeyFactory
{
VaultKey Create(string password);
}