Skip to content

Commit d579dbe

Browse files
committed
revert kyber to mlkem
1 parent fcd98ce commit d579dbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wrapper/CSharp/wolfssl.vcxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
<ClCompile Include="..\..\wolfcrypt\src\ed25519.c" />
310310
<ClCompile Include="..\..\wolfcrypt\src\ed448.c" />
311311
<ClCompile Include="..\..\wolfcrypt\src\error.c" />
312-
<ClCompile Include="..\..\wolfcrypt\src\ext_kyber.c" />
312+
<ClCompile Include="..\..\wolfcrypt\src\ext_mlkem.c" />
313313
<ClCompile Include="..\..\wolfcrypt\src\falcon.c" />
314314
<ClCompile Include="..\..\wolfcrypt\src\fe_448.c" />
315315
<ClCompile Include="..\..\wolfcrypt\src\fe_low_mem.c" />
@@ -321,8 +321,8 @@
321321
<ClCompile Include="..\..\wolfcrypt\src\hmac.c" />
322322
<ClCompile Include="..\..\wolfcrypt\src\integer.c" />
323323
<ClCompile Include="..\..\wolfcrypt\src\kdf.c" />
324-
<ClCompile Include="..\..\wolfcrypt\src\wc_kyber.c" />
325-
<ClCompile Include="..\..\wolfcrypt\src\wc_kyber_poly.c" />
324+
<ClCompile Include="..\..\wolfcrypt\src\wc_mlkem.c" />
325+
<ClCompile Include="..\..\wolfcrypt\src\wc_mlkem_poly.c" />
326326
<ClCompile Include="..\..\wolfcrypt\src\logging.c" />
327327
<ClCompile Include="..\..\wolfcrypt\src\md2.c" />
328328
<ClCompile Include="..\..\wolfcrypt\src\md4.c" />

0 commit comments

Comments
 (0)