Now using a SecureBitset class that zeroes memory in dtor.

This commit is contained in:
Leonetienne
2021-12-13 14:40:29 +01:00
parent 1931602a38
commit 81bf6c7aee
11 changed files with 680 additions and 49 deletions

View File

@@ -141,8 +141,8 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Feistel.cpp" />
<ClCompile Include="GhettoCryptWrapper.cpp" />
<ClCompile Include="Cipher.cpp" />
<ClCompile Include="GhettoCryptWrapper.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Block.h" />
@@ -153,6 +153,7 @@
<ClInclude Include="Flexblock.h" />
<ClInclude Include="Halfblock.h" />
<ClInclude Include="Keyset.h" />
<ClInclude Include="SecureBitset.h" />
<ClInclude Include="Util.h" />
<ClInclude Include="Version.h" />
</ItemGroup>