2018-01-04 01:40:40 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 08:05:21 +00:00
|
|
|
<Project>
|
2018-01-04 01:40:40 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="add_scalar.c" />
|
|
|
|
<ClCompile Include="fe.c" />
|
|
|
|
<ClCompile Include="ge.c" />
|
|
|
|
<ClCompile Include="key_exchange.c" />
|
|
|
|
<ClCompile Include="keypair.c" />
|
|
|
|
<ClCompile Include="sc.c" />
|
|
|
|
<ClCompile Include="seed.c" />
|
|
|
|
<ClCompile Include="sha512.c" />
|
|
|
|
<ClCompile Include="sign.c" />
|
|
|
|
<ClCompile Include="verify.c" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="ed25519.h" />
|
|
|
|
<ClInclude Include="fe.h" />
|
|
|
|
<ClInclude Include="fixedint.h" />
|
|
|
|
<ClInclude Include="ge.h" />
|
|
|
|
<ClInclude Include="precomp_data.h" />
|
|
|
|
<ClInclude Include="sc.h" />
|
|
|
|
<ClInclude Include="sha512.h" />
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|