Merge pull request #7419 from anhu/winpq

Add PQ Files for windows.
This commit is contained in:
JacobBarthelmeh
2024-04-15 10:21:47 -06:00
committed by GitHub
2 changed files with 35 additions and 0 deletions

View File

@ -235,6 +235,10 @@
RelativePath=".\wolfcrypt\src\des3.c" RelativePath=".\wolfcrypt\src\des3.c"
> >
</File> </File>
<File
RelativePath=".\wolfcrypt\src\dilithium.c"
>
</File>
<File <File
RelativePath=".\wolfcrypt\src\dh.c" RelativePath=".\wolfcrypt\src\dh.c"
> >
@ -251,6 +255,14 @@
RelativePath=".\wolfcrypt\src\error.c" RelativePath=".\wolfcrypt\src\error.c"
> >
</File> </File>
<File
RelativePath=".\wolfcrypt\src\ext_kyber.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\falcon.c"
>
</File>
<File <File
RelativePath=".\wolfcrypt\src\fe_low_mem.c" RelativePath=".\wolfcrypt\src\fe_low_mem.c"
> >
@ -279,6 +291,14 @@
RelativePath=".\wolfcrypt\src\integer.c" RelativePath=".\wolfcrypt\src\integer.c"
> >
</File> </File>
<File
RelativePath=".\wolfcrypt\src\wc_kyber.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\wc_kyber_poly.c"
>
</File>
<File <File
RelativePath=".\wolfcrypt\src\logging.c" RelativePath=".\wolfcrypt\src\logging.c"
> >
@ -343,6 +363,10 @@
RelativePath=".\wolfcrypt\src\sha512.c" RelativePath=".\wolfcrypt\src\sha512.c"
> >
</File> </File>
<File
RelativePath=".\wolfcrypt\src\sphincs.c"
>
</File>
<File <File
RelativePath=".\wolfcrypt\src\sp_c32.c" RelativePath=".\wolfcrypt\src\sp_c32.c"
> >
@ -391,6 +415,10 @@
RelativePath=".\wolfcrypt\src\wolfevent.c" RelativePath=".\wolfcrypt\src\wolfevent.c"
> >
</File> </File>
<File
RelativePath=".\wolfcrypt\src\port\liboqs\liboqs.c"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"

View File

@ -301,12 +301,15 @@
<ClCompile Include="wolfcrypt\src\cpuid.c" /> <ClCompile Include="wolfcrypt\src\cpuid.c" />
<ClCompile Include="wolfcrypt\src\cryptocb.c" /> <ClCompile Include="wolfcrypt\src\cryptocb.c" />
<ClCompile Include="wolfcrypt\src\des3.c" /> <ClCompile Include="wolfcrypt\src\des3.c" />
<ClCompile Include="wolfcrypt\src\dilithium.c" />
<ClCompile Include="wolfcrypt\src\dh.c" /> <ClCompile Include="wolfcrypt\src\dh.c" />
<ClCompile Include="wolfcrypt\src\dsa.c" /> <ClCompile Include="wolfcrypt\src\dsa.c" />
<ClCompile Include="wolfcrypt\src\ecc.c" /> <ClCompile Include="wolfcrypt\src\ecc.c" />
<ClCompile Include="wolfcrypt\src\ed25519.c" /> <ClCompile Include="wolfcrypt\src\ed25519.c" />
<ClCompile Include="wolfcrypt\src\ed448.c" /> <ClCompile Include="wolfcrypt\src\ed448.c" />
<ClCompile Include="wolfcrypt\src\error.c" /> <ClCompile Include="wolfcrypt\src\error.c" />
<ClCompile Include="wolfcrypt\src\ext_kyber.c" />
<ClCompile Include="wolfcrypt\src\falcon.c" />
<ClCompile Include="wolfcrypt\src\fe_448.c" /> <ClCompile Include="wolfcrypt\src\fe_448.c" />
<ClCompile Include="wolfcrypt\src\fe_low_mem.c" /> <ClCompile Include="wolfcrypt\src\fe_low_mem.c" />
<ClCompile Include="wolfcrypt\src\fe_operations.c" /> <ClCompile Include="wolfcrypt\src\fe_operations.c" />
@ -317,6 +320,8 @@
<ClCompile Include="wolfcrypt\src\hmac.c" /> <ClCompile Include="wolfcrypt\src\hmac.c" />
<ClCompile Include="wolfcrypt\src\integer.c" /> <ClCompile Include="wolfcrypt\src\integer.c" />
<ClCompile Include="wolfcrypt\src\kdf.c" /> <ClCompile Include="wolfcrypt\src\kdf.c" />
<ClCompile Include="wolfcrypt\src\wc_kyber.c" />
<ClCompile Include="wolfcrypt\src\wc_kyber_poly.c" />
<ClCompile Include="wolfcrypt\src\logging.c" /> <ClCompile Include="wolfcrypt\src\logging.c" />
<ClCompile Include="wolfcrypt\src\md2.c" /> <ClCompile Include="wolfcrypt\src\md2.c" />
<ClCompile Include="wolfcrypt\src\md4.c" /> <ClCompile Include="wolfcrypt\src\md4.c" />
@ -335,6 +340,7 @@
<ClCompile Include="wolfcrypt\src\sha3.c" /> <ClCompile Include="wolfcrypt\src\sha3.c" />
<ClCompile Include="wolfcrypt\src\sha512.c" /> <ClCompile Include="wolfcrypt\src\sha512.c" />
<ClCompile Include="wolfcrypt\src\signature.c" /> <ClCompile Include="wolfcrypt\src\signature.c" />
<ClCompile Include="wolfcrypt\src\sphincs.c" />
<ClCompile Include="wolfcrypt\src\sp_c32.c" /> <ClCompile Include="wolfcrypt\src\sp_c32.c" />
<ClCompile Include="wolfcrypt\src\sp_c64.c" /> <ClCompile Include="wolfcrypt\src\sp_c64.c" />
<ClCompile Include="wolfcrypt\src\sp_int.c" /> <ClCompile Include="wolfcrypt\src\sp_int.c" />
@ -346,6 +352,7 @@
<ClCompile Include="wolfcrypt\src\wc_port.c" /> <ClCompile Include="wolfcrypt\src\wc_port.c" />
<ClCompile Include="wolfcrypt\src\wolfmath.c" /> <ClCompile Include="wolfcrypt\src\wolfmath.c" />
<ClCompile Include="wolfcrypt\src\wolfevent.c" /> <ClCompile Include="wolfcrypt\src\wolfevent.c" />
<ClCompile Include="wolfcrypt\src\port\liboqs\liboqs.c" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="resource.h" /> <ClInclude Include="resource.h" />