| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|arm64">
- <Configuration>Debug</Configuration>
- <Platform>arm64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|arm64">
- <Configuration>Release</Configuration>
- <Platform>arm64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectName>libtomcrypt</ProjectName>
- <ProjectGuid>{E3802982-DCB6-4D85-A2BD-6B08F0657E79}</ProjectGuid>
- <RootNamespace>libtomcrypt</RootNamespace>
- <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='15.0'">10.0.17763.0</WindowsTargetPlatformVersion>
- <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='16.0'">10.0</WindowsTargetPlatformVersion>
- <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='17.0'">10.0</WindowsTargetPlatformVersion>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>NotSet</CharacterSet>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141_xp</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>NotSet</CharacterSet>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='18.0'">v145</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>NotSet</CharacterSet>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='18.0'">v145</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>NotSet</CharacterSet>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141_xp</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>NotSet</CharacterSet>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='18.0'">v145</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>NotSet</CharacterSet>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)'=='18.0'">v145</PlatformToolset>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
- <TargetName>tomcrypt</TargetName>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
- <TargetName>tomcrypt</TargetName>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
- <TargetName>tomcrypt</TargetName>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
- <TargetName>tomcrypt</TargetName>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">
- <OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
- <TargetName>tomcrypt</TargetName>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">
- <OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
- <TargetName>tomcrypt</TargetName>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
- <ExceptionHandling />
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <WarningLevel>Level3</WarningLevel>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- <CompileAs>CompileAsC</CompileAs>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- </ClCompile>
- <ResourceCompile>
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <Culture>0x0409</Culture>
- </ResourceCompile>
- <Lib>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- </Lib>
- <Bscmake>
- <OutputFile>.\Debug/libtomcrypt.bsc</OutputFile>
- </Bscmake>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <Optimization>MaxSpeed</Optimization>
- <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
- <AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <StringPooling>true</StringPooling>
- <ExceptionHandling />
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <WarningLevel>Level3</WarningLevel>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <CompileAs>CompileAsC</CompileAs>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- </ClCompile>
- <ResourceCompile>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <Culture>0x0409</Culture>
- </ResourceCompile>
- <Lib>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- </Lib>
- <Bscmake>
- <OutputFile>.\Release/libtomcrypt.bsc</OutputFile>
- </Bscmake>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <Midl>
- <TargetEnvironment>X64</TargetEnvironment>
- </Midl>
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
- <ExceptionHandling />
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <WarningLevel>Level3</WarningLevel>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <CompileAs>CompileAsC</CompileAs>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- </ClCompile>
- <ResourceCompile>
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <Culture>0x0409</Culture>
- </ResourceCompile>
- <Lib>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- </Lib>
- <Bscmake>
- <OutputFile>.\Debug/libtomcrypt.bsc</OutputFile>
- </Bscmake>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <Midl>
- <TargetEnvironment>X64</TargetEnvironment>
- </Midl>
- <ClCompile>
- <Optimization>MaxSpeed</Optimization>
- <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
- <AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <StringPooling>true</StringPooling>
- <ExceptionHandling />
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <WarningLevel>Level3</WarningLevel>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <CompileAs>CompileAsC</CompileAs>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- </ClCompile>
- <ResourceCompile>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <Culture>0x0409</Culture>
- </ResourceCompile>
- <Lib>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- </Lib>
- <Bscmake>
- <OutputFile>.\Release/libtomcrypt.bsc</OutputFile>
- </Bscmake>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">
- <Midl>
- <TargetEnvironment>ARM64</TargetEnvironment>
- </Midl>
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
- <ExceptionHandling />
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <WarningLevel>Level3</WarningLevel>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <CompileAs>CompileAsC</CompileAs>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- </ClCompile>
- <ResourceCompile>
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <Culture>0x0409</Culture>
- </ResourceCompile>
- <Lib>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- </Lib>
- <Bscmake>
- <OutputFile>.\Debug/libtomcrypt.bsc</OutputFile>
- </Bscmake>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">
- <Midl>
- <TargetEnvironment>ARM64</TargetEnvironment>
- </Midl>
- <ClCompile>
- <Optimization>MaxSpeed</Optimization>
- <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
- <AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <StringPooling>true</StringPooling>
- <ExceptionHandling />
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <WarningLevel>Level3</WarningLevel>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <CompileAs>CompileAsC</CompileAs>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- </ClCompile>
- <ResourceCompile>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <Culture>0x0409</Culture>
- </ResourceCompile>
- <Lib>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- </Lib>
- <Bscmake>
- <OutputFile>.\Release/libtomcrypt.bsc</OutputFile>
- </Bscmake>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="src\ciphers\aes\aes.c" />
- <ClCompile Include="src\ciphers\aes\aes_tab.c">
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="src\ciphers\anubis.c" />
- <ClCompile Include="src\ciphers\blowfish.c" />
- <ClCompile Include="src\ciphers\camellia.c" />
- <ClCompile Include="src\ciphers\cast5.c" />
- <ClCompile Include="src\ciphers\des.c" />
- <ClCompile Include="src\ciphers\kasumi.c" />
- <ClCompile Include="src\ciphers\khazad.c" />
- <ClCompile Include="src\ciphers\kseed.c" />
- <ClCompile Include="src\ciphers\multi2.c" />
- <ClCompile Include="src\ciphers\noekeon.c" />
- <ClCompile Include="src\ciphers\rc2.c" />
- <ClCompile Include="src\ciphers\rc5.c" />
- <ClCompile Include="src\ciphers\rc6.c" />
- <ClCompile Include="src\ciphers\safer\safer.c" />
- <ClCompile Include="src\ciphers\safer\saferp.c" />
- <ClCompile Include="src\ciphers\safer\safer_tab.c">
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="src\ciphers\skipjack.c" />
- <ClCompile Include="src\ciphers\twofish\twofish.c" />
- <ClCompile Include="src\ciphers\twofish\twofish_tab.c">
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="src\ciphers\xtea.c" />
- <ClCompile Include="src\encauth\ccm\ccm_add_aad.c" />
- <ClCompile Include="src\encauth\ccm\ccm_add_nonce.c" />
- <ClCompile Include="src\encauth\ccm\ccm_done.c" />
- <ClCompile Include="src\encauth\ccm\ccm_init.c" />
- <ClCompile Include="src\encauth\ccm\ccm_memory.c" />
- <ClCompile Include="src\encauth\ccm\ccm_process.c" />
- <ClCompile Include="src\encauth\ccm\ccm_reset.c" />
- <ClCompile Include="src\encauth\ccm\ccm_test.c" />
- <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_add_aad.c" />
- <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_decrypt.c" />
- <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_done.c" />
- <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_encrypt.c" />
- <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_init.c" />
- <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_memory.c" />
- <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_setiv.c" />
- <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_setiv_rfc7905.c" />
- <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_test.c" />
- <ClCompile Include="src\encauth\eax\eax_addheader.c" />
- <ClCompile Include="src\encauth\eax\eax_decrypt.c" />
- <ClCompile Include="src\encauth\eax\eax_decrypt_verify_memory.c" />
- <ClCompile Include="src\encauth\eax\eax_done.c" />
- <ClCompile Include="src\encauth\eax\eax_encrypt.c" />
- <ClCompile Include="src\encauth\eax\eax_encrypt_authenticate_memory.c" />
- <ClCompile Include="src\encauth\eax\eax_init.c" />
- <ClCompile Include="src\encauth\eax\eax_test.c" />
- <ClCompile Include="src\encauth\gcm\gcm_add_aad.c" />
- <ClCompile Include="src\encauth\gcm\gcm_add_iv.c" />
- <ClCompile Include="src\encauth\gcm\gcm_done.c" />
- <ClCompile Include="src\encauth\gcm\gcm_gf_mult.c" />
- <ClCompile Include="src\encauth\gcm\gcm_init.c" />
- <ClCompile Include="src\encauth\gcm\gcm_memory.c" />
- <ClCompile Include="src\encauth\gcm\gcm_mult_h.c" />
- <ClCompile Include="src\encauth\gcm\gcm_process.c" />
- <ClCompile Include="src\encauth\gcm\gcm_reset.c" />
- <ClCompile Include="src\encauth\gcm\gcm_test.c" />
- <ClCompile Include="src\encauth\ocb3\ocb3_add_aad.c" />
- <ClCompile Include="src\encauth\ocb3\ocb3_decrypt.c" />
- <ClCompile Include="src\encauth\ocb3\ocb3_decrypt_last.c" />
- <ClCompile Include="src\encauth\ocb3\ocb3_decrypt_verify_memory.c" />
- <ClCompile Include="src\encauth\ocb3\ocb3_done.c" />
- <ClCompile Include="src\encauth\ocb3\ocb3_encrypt.c" />
- <ClCompile Include="src\encauth\ocb3\ocb3_encrypt_authenticate_memory.c" />
- <ClCompile Include="src\encauth\ocb3\ocb3_encrypt_last.c" />
- <ClCompile Include="src\encauth\ocb3\ocb3_init.c" />
- <ClCompile Include="src\encauth\ocb3\ocb3_int_ntz.c" />
- <ClCompile Include="src\encauth\ocb3\ocb3_int_xor_blocks.c" />
- <ClCompile Include="src\encauth\ocb3\ocb3_test.c" />
- <ClCompile Include="src\encauth\ocb\ocb_decrypt.c" />
- <ClCompile Include="src\encauth\ocb\ocb_decrypt_verify_memory.c" />
- <ClCompile Include="src\encauth\ocb\ocb_done_decrypt.c" />
- <ClCompile Include="src\encauth\ocb\ocb_done_encrypt.c" />
- <ClCompile Include="src\encauth\ocb\ocb_encrypt.c" />
- <ClCompile Include="src\encauth\ocb\ocb_encrypt_authenticate_memory.c" />
- <ClCompile Include="src\encauth\ocb\ocb_init.c" />
- <ClCompile Include="src\encauth\ocb\ocb_ntz.c" />
- <ClCompile Include="src\encauth\ocb\ocb_shift_xor.c" />
- <ClCompile Include="src\encauth\ocb\ocb_test.c" />
- <ClCompile Include="src\encauth\ocb\s_ocb_done.c" />
- <ClCompile Include="src\hashes\blake2b.c" />
- <ClCompile Include="src\hashes\blake2s.c" />
- <ClCompile Include="src\hashes\chc\chc.c" />
- <ClCompile Include="src\hashes\helper\hash_file.c" />
- <ClCompile Include="src\hashes\helper\hash_filehandle.c" />
- <ClCompile Include="src\hashes\helper\hash_memory.c" />
- <ClCompile Include="src\hashes\helper\hash_memory_multi.c" />
- <ClCompile Include="src\hashes\md2.c" />
- <ClCompile Include="src\hashes\md4.c" />
- <ClCompile Include="src\hashes\md5.c" />
- <ClCompile Include="src\hashes\rmd128.c" />
- <ClCompile Include="src\hashes\rmd160.c" />
- <ClCompile Include="src\hashes\rmd256.c" />
- <ClCompile Include="src\hashes\rmd320.c" />
- <ClCompile Include="src\hashes\sha1.c" />
- <ClCompile Include="src\hashes\sha2\sha224.c" />
- <ClCompile Include="src\hashes\sha2\sha256.c" />
- <ClCompile Include="src\hashes\sha2\sha384.c" />
- <ClCompile Include="src\hashes\sha2\sha512.c" />
- <ClCompile Include="src\hashes\sha2\sha512_224.c" />
- <ClCompile Include="src\hashes\sha2\sha512_256.c" />
- <ClCompile Include="src\hashes\sha3.c" />
- <ClCompile Include="src\hashes\sha3_test.c" />
- <ClCompile Include="src\hashes\tiger.c" />
- <ClCompile Include="src\hashes\whirl\whirl.c" />
- <ClCompile Include="src\hashes\whirl\whirltab.c">
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="src\mac\blake2\blake2bmac.c" />
- <ClCompile Include="src\mac\blake2\blake2bmac_file.c" />
- <ClCompile Include="src\mac\blake2\blake2bmac_memory.c" />
- <ClCompile Include="src\mac\blake2\blake2bmac_memory_multi.c" />
- <ClCompile Include="src\mac\blake2\blake2bmac_test.c" />
- <ClCompile Include="src\mac\blake2\blake2smac.c" />
- <ClCompile Include="src\mac\blake2\blake2smac_file.c" />
- <ClCompile Include="src\mac\blake2\blake2smac_memory.c" />
- <ClCompile Include="src\mac\blake2\blake2smac_memory_multi.c" />
- <ClCompile Include="src\mac\blake2\blake2smac_test.c" />
- <ClCompile Include="src\mac\f9\f9_done.c" />
- <ClCompile Include="src\mac\f9\f9_file.c" />
- <ClCompile Include="src\mac\f9\f9_init.c" />
- <ClCompile Include="src\mac\f9\f9_memory.c" />
- <ClCompile Include="src\mac\f9\f9_memory_multi.c" />
- <ClCompile Include="src\mac\f9\f9_process.c" />
- <ClCompile Include="src\mac\f9\f9_test.c" />
- <ClCompile Include="src\mac\hmac\hmac_done.c" />
- <ClCompile Include="src\mac\hmac\hmac_file.c" />
- <ClCompile Include="src\mac\hmac\hmac_init.c" />
- <ClCompile Include="src\mac\hmac\hmac_memory.c" />
- <ClCompile Include="src\mac\hmac\hmac_memory_multi.c" />
- <ClCompile Include="src\mac\hmac\hmac_process.c" />
- <ClCompile Include="src\mac\hmac\hmac_test.c" />
- <ClCompile Include="src\mac\omac\omac_done.c" />
- <ClCompile Include="src\mac\omac\omac_file.c" />
- <ClCompile Include="src\mac\omac\omac_init.c" />
- <ClCompile Include="src\mac\omac\omac_memory.c" />
- <ClCompile Include="src\mac\omac\omac_memory_multi.c" />
- <ClCompile Include="src\mac\omac\omac_process.c" />
- <ClCompile Include="src\mac\omac\omac_test.c" />
- <ClCompile Include="src\mac\pelican\pelican.c" />
- <ClCompile Include="src\mac\pelican\pelican_memory.c" />
- <ClCompile Include="src\mac\pelican\pelican_test.c" />
- <ClCompile Include="src\mac\pmac\pmac_done.c" />
- <ClCompile Include="src\mac\pmac\pmac_file.c" />
- <ClCompile Include="src\mac\pmac\pmac_init.c" />
- <ClCompile Include="src\mac\pmac\pmac_memory.c" />
- <ClCompile Include="src\mac\pmac\pmac_memory_multi.c" />
- <ClCompile Include="src\mac\pmac\pmac_ntz.c" />
- <ClCompile Include="src\mac\pmac\pmac_process.c" />
- <ClCompile Include="src\mac\pmac\pmac_shift_xor.c" />
- <ClCompile Include="src\mac\pmac\pmac_test.c" />
- <ClCompile Include="src\mac\poly1305\poly1305.c" />
- <ClCompile Include="src\mac\poly1305\poly1305_file.c" />
- <ClCompile Include="src\mac\poly1305\poly1305_memory.c" />
- <ClCompile Include="src\mac\poly1305\poly1305_memory_multi.c" />
- <ClCompile Include="src\mac\poly1305\poly1305_test.c" />
- <ClCompile Include="src\mac\xcbc\xcbc_done.c" />
- <ClCompile Include="src\mac\xcbc\xcbc_file.c" />
- <ClCompile Include="src\mac\xcbc\xcbc_init.c" />
- <ClCompile Include="src\mac\xcbc\xcbc_memory.c" />
- <ClCompile Include="src\mac\xcbc\xcbc_memory_multi.c" />
- <ClCompile Include="src\mac\xcbc\xcbc_process.c" />
- <ClCompile Include="src\mac\xcbc\xcbc_test.c" />
- <ClCompile Include="src\math\fp\ltc_ecc_fp_mulmod.c" />
- <ClCompile Include="src\math\gmp_desc.c" />
- <ClCompile Include="src\math\ltm_desc.c" />
- <ClCompile Include="src\math\multi.c" />
- <ClCompile Include="src\math\radix_to_bin.c" />
- <ClCompile Include="src\math\rand_bn.c" />
- <ClCompile Include="src\math\rand_prime.c" />
- <ClCompile Include="src\math\tfm_desc.c" />
- <ClCompile Include="src\misc\adler32.c" />
- <ClCompile Include="src\misc\base64\base64_decode.c" />
- <ClCompile Include="src\misc\base64\base64_encode.c" />
- <ClCompile Include="src\misc\burn_stack.c" />
- <ClCompile Include="src\misc\compare_testvector.c" />
- <ClCompile Include="src\misc\crc32.c" />
- <ClCompile Include="src\misc\crypt\crypt.c" />
- <ClCompile Include="src\misc\crypt\crypt_argchk.c" />
- <ClCompile Include="src\misc\crypt\crypt_cipher_descriptor.c" />
- <ClCompile Include="src\misc\crypt\crypt_cipher_is_valid.c" />
- <ClCompile Include="src\misc\crypt\crypt_constants.c" />
- <ClCompile Include="src\misc\crypt\crypt_find_cipher.c" />
- <ClCompile Include="src\misc\crypt\crypt_find_cipher_any.c" />
- <ClCompile Include="src\misc\crypt\crypt_find_cipher_id.c" />
- <ClCompile Include="src\misc\crypt\crypt_find_hash.c" />
- <ClCompile Include="src\misc\crypt\crypt_find_hash_any.c" />
- <ClCompile Include="src\misc\crypt\crypt_find_hash_id.c" />
- <ClCompile Include="src\misc\crypt\crypt_find_hash_oid.c" />
- <ClCompile Include="src\misc\crypt\crypt_find_prng.c" />
- <ClCompile Include="src\misc\crypt\crypt_fsa.c" />
- <ClCompile Include="src\misc\crypt\crypt_hash_descriptor.c" />
- <ClCompile Include="src\misc\crypt\crypt_hash_is_valid.c" />
- <ClCompile Include="src\misc\crypt\crypt_inits.c" />
- <ClCompile Include="src\misc\crypt\crypt_ltc_mp_descriptor.c" />
- <ClCompile Include="src\misc\crypt\crypt_prng_descriptor.c" />
- <ClCompile Include="src\misc\crypt\crypt_prng_is_valid.c" />
- <ClCompile Include="src\misc\crypt\crypt_prng_rng_descriptor.c" />
- <ClCompile Include="src\misc\crypt\crypt_register_all_ciphers.c" />
- <ClCompile Include="src\misc\crypt\crypt_register_all_hashes.c" />
- <ClCompile Include="src\misc\crypt\crypt_register_all_prngs.c" />
- <ClCompile Include="src\misc\crypt\crypt_register_cipher.c" />
- <ClCompile Include="src\misc\crypt\crypt_register_hash.c" />
- <ClCompile Include="src\misc\crypt\crypt_register_prng.c" />
- <ClCompile Include="src\misc\crypt\crypt_sizes.c" />
- <ClCompile Include="src\misc\crypt\crypt_unregister_cipher.c" />
- <ClCompile Include="src\misc\crypt\crypt_unregister_hash.c" />
- <ClCompile Include="src\misc\crypt\crypt_unregister_prng.c" />
- <ClCompile Include="src\misc\error_to_string.c" />
- <ClCompile Include="src\misc\hkdf\hkdf.c" />
- <ClCompile Include="src\misc\hkdf\hkdf_test.c" />
- <ClCompile Include="src\misc\mem_neq.c" />
- <ClCompile Include="src\misc\pkcs5\pkcs_5_1.c" />
- <ClCompile Include="src\misc\pkcs5\pkcs_5_2.c" />
- <ClCompile Include="src\misc\pkcs5\pkcs_5_test.c" />
- <ClCompile Include="src\misc\pk_get_oid.c" />
- <ClCompile Include="src\misc\zeromem.c" />
- <ClCompile Include="src\modes\cbc\cbc_decrypt.c" />
- <ClCompile Include="src\modes\cbc\cbc_done.c" />
- <ClCompile Include="src\modes\cbc\cbc_encrypt.c" />
- <ClCompile Include="src\modes\cbc\cbc_getiv.c" />
- <ClCompile Include="src\modes\cbc\cbc_setiv.c" />
- <ClCompile Include="src\modes\cbc\cbc_start.c" />
- <ClCompile Include="src\modes\cfb\cfb_decrypt.c" />
- <ClCompile Include="src\modes\cfb\cfb_done.c" />
- <ClCompile Include="src\modes\cfb\cfb_encrypt.c" />
- <ClCompile Include="src\modes\cfb\cfb_getiv.c" />
- <ClCompile Include="src\modes\cfb\cfb_setiv.c" />
- <ClCompile Include="src\modes\cfb\cfb_start.c" />
- <ClCompile Include="src\modes\ctr\ctr_decrypt.c" />
- <ClCompile Include="src\modes\ctr\ctr_done.c" />
- <ClCompile Include="src\modes\ctr\ctr_encrypt.c" />
- <ClCompile Include="src\modes\ctr\ctr_getiv.c" />
- <ClCompile Include="src\modes\ctr\ctr_setiv.c" />
- <ClCompile Include="src\modes\ctr\ctr_start.c" />
- <ClCompile Include="src\modes\ctr\ctr_test.c" />
- <ClCompile Include="src\modes\ecb\ecb_decrypt.c" />
- <ClCompile Include="src\modes\ecb\ecb_done.c" />
- <ClCompile Include="src\modes\ecb\ecb_encrypt.c" />
- <ClCompile Include="src\modes\ecb\ecb_start.c" />
- <ClCompile Include="src\modes\f8\f8_decrypt.c" />
- <ClCompile Include="src\modes\f8\f8_done.c" />
- <ClCompile Include="src\modes\f8\f8_encrypt.c" />
- <ClCompile Include="src\modes\f8\f8_getiv.c" />
- <ClCompile Include="src\modes\f8\f8_setiv.c" />
- <ClCompile Include="src\modes\f8\f8_start.c" />
- <ClCompile Include="src\modes\f8\f8_test_mode.c" />
- <ClCompile Include="src\modes\lrw\lrw_decrypt.c" />
- <ClCompile Include="src\modes\lrw\lrw_done.c" />
- <ClCompile Include="src\modes\lrw\lrw_encrypt.c" />
- <ClCompile Include="src\modes\lrw\lrw_getiv.c" />
- <ClCompile Include="src\modes\lrw\lrw_process.c" />
- <ClCompile Include="src\modes\lrw\lrw_setiv.c" />
- <ClCompile Include="src\modes\lrw\lrw_start.c" />
- <ClCompile Include="src\modes\lrw\lrw_test.c" />
- <ClCompile Include="src\modes\ofb\ofb_decrypt.c" />
- <ClCompile Include="src\modes\ofb\ofb_done.c" />
- <ClCompile Include="src\modes\ofb\ofb_encrypt.c" />
- <ClCompile Include="src\modes\ofb\ofb_getiv.c" />
- <ClCompile Include="src\modes\ofb\ofb_setiv.c" />
- <ClCompile Include="src\modes\ofb\ofb_start.c" />
- <ClCompile Include="src\modes\xts\xts_decrypt.c" />
- <ClCompile Include="src\modes\xts\xts_done.c" />
- <ClCompile Include="src\modes\xts\xts_encrypt.c" />
- <ClCompile Include="src\modes\xts\xts_init.c" />
- <ClCompile Include="src\modes\xts\xts_mult_x.c" />
- <ClCompile Include="src\modes\xts\xts_test.c" />
- <ClCompile Include="src\pk\asn1\der\bit\der_decode_bit_string.c" />
- <ClCompile Include="src\pk\asn1\der\bit\der_decode_raw_bit_string.c" />
- <ClCompile Include="src\pk\asn1\der\bit\der_encode_bit_string.c" />
- <ClCompile Include="src\pk\asn1\der\bit\der_encode_raw_bit_string.c" />
- <ClCompile Include="src\pk\asn1\der\bit\der_length_bit_string.c" />
- <ClCompile Include="src\pk\asn1\der\boolean\der_decode_boolean.c" />
- <ClCompile Include="src\pk\asn1\der\boolean\der_encode_boolean.c" />
- <ClCompile Include="src\pk\asn1\der\boolean\der_length_boolean.c" />
- <ClCompile Include="src\pk\asn1\der\choice\der_decode_choice.c" />
- <ClCompile Include="src\pk\asn1\der\generalizedtime\der_decode_generalizedtime.c" />
- <ClCompile Include="src\pk\asn1\der\generalizedtime\der_encode_generalizedtime.c" />
- <ClCompile Include="src\pk\asn1\der\generalizedtime\der_length_generalizedtime.c" />
- <ClCompile Include="src\pk\asn1\der\ia5\der_decode_ia5_string.c" />
- <ClCompile Include="src\pk\asn1\der\ia5\der_encode_ia5_string.c" />
- <ClCompile Include="src\pk\asn1\der\ia5\der_length_ia5_string.c" />
- <ClCompile Include="src\pk\asn1\der\integer\der_decode_integer.c" />
- <ClCompile Include="src\pk\asn1\der\integer\der_encode_integer.c" />
- <ClCompile Include="src\pk\asn1\der\integer\der_length_integer.c" />
- <ClCompile Include="src\pk\asn1\der\object_identifier\der_decode_object_identifier.c" />
- <ClCompile Include="src\pk\asn1\der\object_identifier\der_encode_object_identifier.c" />
- <ClCompile Include="src\pk\asn1\der\object_identifier\der_length_object_identifier.c" />
- <ClCompile Include="src\pk\asn1\der\octet\der_decode_octet_string.c" />
- <ClCompile Include="src\pk\asn1\der\octet\der_encode_octet_string.c" />
- <ClCompile Include="src\pk\asn1\der\octet\der_length_octet_string.c" />
- <ClCompile Include="src\pk\asn1\der\printable_string\der_decode_printable_string.c" />
- <ClCompile Include="src\pk\asn1\der\printable_string\der_encode_printable_string.c" />
- <ClCompile Include="src\pk\asn1\der\printable_string\der_length_printable_string.c" />
- <ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_ex.c" />
- <ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_flexi.c" />
- <ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_multi.c" />
- <ClCompile Include="src\pk\asn1\der\sequence\der_decode_subject_public_key_info.c" />
- <ClCompile Include="src\pk\asn1\der\sequence\der_encode_sequence_ex.c" />
- <ClCompile Include="src\pk\asn1\der\sequence\der_encode_sequence_multi.c" />
- <ClCompile Include="src\pk\asn1\der\sequence\der_encode_subject_public_key_info.c" />
- <ClCompile Include="src\pk\asn1\der\sequence\der_length_sequence.c" />
- <ClCompile Include="src\pk\asn1\der\sequence\der_sequence_free.c" />
- <ClCompile Include="src\pk\asn1\der\sequence\der_sequence_shrink.c" />
- <ClCompile Include="src\pk\asn1\der\set\der_encode_set.c" />
- <ClCompile Include="src\pk\asn1\der\set\der_encode_setof.c" />
- <ClCompile Include="src\pk\asn1\der\short_integer\der_decode_short_integer.c" />
- <ClCompile Include="src\pk\asn1\der\short_integer\der_encode_short_integer.c" />
- <ClCompile Include="src\pk\asn1\der\short_integer\der_length_short_integer.c" />
- <ClCompile Include="src\pk\asn1\der\teletex_string\der_decode_teletex_string.c" />
- <ClCompile Include="src\pk\asn1\der\teletex_string\der_length_teletex_string.c" />
- <ClCompile Include="src\pk\asn1\der\utctime\der_decode_utctime.c" />
- <ClCompile Include="src\pk\asn1\der\utctime\der_encode_utctime.c" />
- <ClCompile Include="src\pk\asn1\der\utctime\der_length_utctime.c" />
- <ClCompile Include="src\pk\asn1\der\utf8\der_decode_utf8_string.c" />
- <ClCompile Include="src\pk\asn1\der\utf8\der_encode_utf8_string.c" />
- <ClCompile Include="src\pk\asn1\der\utf8\der_length_utf8_string.c" />
- <ClCompile Include="src\pk\dh\dh.c" />
- <ClCompile Include="src\pk\dh\dh_check_pubkey.c" />
- <ClCompile Include="src\pk\dh\dh_export.c" />
- <ClCompile Include="src\pk\dh\dh_export_key.c" />
- <ClCompile Include="src\pk\dh\dh_free.c" />
- <ClCompile Include="src\pk\dh\dh_generate_key.c" />
- <ClCompile Include="src\pk\dh\dh_import.c" />
- <ClCompile Include="src\pk\dh\dh_set.c" />
- <ClCompile Include="src\pk\dh\dh_set_pg_dhparam.c" />
- <ClCompile Include="src\pk\dh\dh_shared_secret.c" />
- <ClCompile Include="src\pk\dsa\dsa_decrypt_key.c" />
- <ClCompile Include="src\pk\dsa\dsa_encrypt_key.c" />
- <ClCompile Include="src\pk\dsa\dsa_export.c" />
- <ClCompile Include="src\pk\dsa\dsa_free.c" />
- <ClCompile Include="src\pk\dsa\dsa_generate_key.c" />
- <ClCompile Include="src\pk\dsa\dsa_generate_pqg.c" />
- <ClCompile Include="src\pk\dsa\dsa_import.c" />
- <ClCompile Include="src\pk\dsa\dsa_make_key.c" />
- <ClCompile Include="src\pk\dsa\dsa_set.c" />
- <ClCompile Include="src\pk\dsa\dsa_set_pqg_dsaparam.c" />
- <ClCompile Include="src\pk\dsa\dsa_shared_secret.c" />
- <ClCompile Include="src\pk\dsa\dsa_sign_hash.c" />
- <ClCompile Include="src\pk\dsa\dsa_verify_hash.c" />
- <ClCompile Include="src\pk\dsa\dsa_verify_key.c" />
- <ClCompile Include="src\pk\ecc\ecc.c" />
- <ClCompile Include="src\pk\ecc\ecc_ansi_x963_export.c" />
- <ClCompile Include="src\pk\ecc\ecc_ansi_x963_import.c" />
- <ClCompile Include="src\pk\ecc\ecc_decrypt_key.c" />
- <ClCompile Include="src\pk\ecc\ecc_encrypt_key.c" />
- <ClCompile Include="src\pk\ecc\ecc_export.c" />
- <ClCompile Include="src\pk\ecc\ecc_free.c" />
- <ClCompile Include="src\pk\ecc\ecc_get_size.c" />
- <ClCompile Include="src\pk\ecc\ecc_import.c" />
- <ClCompile Include="src\pk\ecc\ecc_make_key.c" />
- <ClCompile Include="src\pk\ecc\ecc_shared_secret.c" />
- <ClCompile Include="src\pk\ecc\ecc_sign_hash.c" />
- <ClCompile Include="src\pk\ecc\ecc_sizes.c" />
- <ClCompile Include="src\pk\ecc\ecc_test.c" />
- <ClCompile Include="src\pk\ecc\ecc_verify_hash.c" />
- <ClCompile Include="src\pk\ecc\ltc_ecc_is_valid_idx.c" />
- <ClCompile Include="src\pk\ecc\ltc_ecc_map.c" />
- <ClCompile Include="src\pk\ecc\ltc_ecc_mul2add.c" />
- <ClCompile Include="src\pk\ecc\ltc_ecc_mulmod.c" />
- <ClCompile Include="src\pk\ecc\ltc_ecc_mulmod_timing.c" />
- <ClCompile Include="src\pk\ecc\ltc_ecc_points.c" />
- <ClCompile Include="src\pk\ecc\ltc_ecc_projective_add_point.c" />
- <ClCompile Include="src\pk\ecc\ltc_ecc_projective_dbl_point.c" />
- <ClCompile Include="src\pk\katja\katja_decrypt_key.c" />
- <ClCompile Include="src\pk\katja\katja_encrypt_key.c" />
- <ClCompile Include="src\pk\katja\katja_export.c" />
- <ClCompile Include="src\pk\katja\katja_exptmod.c" />
- <ClCompile Include="src\pk\katja\katja_free.c" />
- <ClCompile Include="src\pk\katja\katja_import.c" />
- <ClCompile Include="src\pk\katja\katja_make_key.c" />
- <ClCompile Include="src\pk\pkcs1\pkcs_1_i2osp.c" />
- <ClCompile Include="src\pk\pkcs1\pkcs_1_mgf1.c" />
- <ClCompile Include="src\pk\pkcs1\pkcs_1_oaep_decode.c" />
- <ClCompile Include="src\pk\pkcs1\pkcs_1_oaep_encode.c" />
- <ClCompile Include="src\pk\pkcs1\pkcs_1_os2ip.c" />
- <ClCompile Include="src\pk\pkcs1\pkcs_1_pss_decode.c" />
- <ClCompile Include="src\pk\pkcs1\pkcs_1_pss_encode.c" />
- <ClCompile Include="src\pk\pkcs1\pkcs_1_v1_5_decode.c" />
- <ClCompile Include="src\pk\pkcs1\pkcs_1_v1_5_encode.c" />
- <ClCompile Include="src\pk\rsa\rsa_decrypt_key.c" />
- <ClCompile Include="src\pk\rsa\rsa_encrypt_key.c" />
- <ClCompile Include="src\pk\rsa\rsa_export.c" />
- <ClCompile Include="src\pk\rsa\rsa_exptmod.c" />
- <ClCompile Include="src\pk\rsa\rsa_free.c" />
- <ClCompile Include="src\pk\rsa\rsa_get_size.c" />
- <ClCompile Include="src\pk\rsa\rsa_import.c" />
- <ClCompile Include="src\pk\rsa\rsa_import_pkcs8.c" />
- <ClCompile Include="src\pk\rsa\rsa_import_x509.c" />
- <ClCompile Include="src\pk\rsa\rsa_make_key.c" />
- <ClCompile Include="src\pk\rsa\rsa_set.c" />
- <ClCompile Include="src\pk\rsa\rsa_sign_hash.c" />
- <ClCompile Include="src\pk\rsa\rsa_sign_saltlen_get.c" />
- <ClCompile Include="src\pk\rsa\rsa_verify_hash.c" />
- <ClCompile Include="src\prngs\chacha20.c" />
- <ClCompile Include="src\prngs\fortuna.c" />
- <ClCompile Include="src\prngs\rc4.c" />
- <ClCompile Include="src\prngs\rng_get_bytes.c" />
- <ClCompile Include="src\prngs\rng_make_prng.c" />
- <ClCompile Include="src\prngs\sober128.c" />
- <ClCompile Include="src\prngs\sprng.c" />
- <ClCompile Include="src\prngs\yarrow.c" />
- <ClCompile Include="src\stream\chacha\chacha_crypt.c" />
- <ClCompile Include="src\stream\chacha\chacha_done.c" />
- <ClCompile Include="src\stream\chacha\chacha_ivctr32.c" />
- <ClCompile Include="src\stream\chacha\chacha_ivctr64.c" />
- <ClCompile Include="src\stream\chacha\chacha_keystream.c" />
- <ClCompile Include="src\stream\chacha\chacha_setup.c" />
- <ClCompile Include="src\stream\chacha\chacha_test.c" />
- <ClCompile Include="src\stream\rc4\rc4_stream.c" />
- <ClCompile Include="src\stream\rc4\rc4_test.c" />
- <ClCompile Include="src\stream\sober128\sober128tab.c">
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="src\stream\sober128\sober128_stream.c" />
- <ClCompile Include="src\stream\sober128\sober128_test.c" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="src\headers\tomcrypt.h" />
- <ClInclude Include="src\headers\tomcrypt_argchk.h" />
- <ClInclude Include="src\headers\tomcrypt_cfg.h" />
- <ClInclude Include="src\headers\tomcrypt_cipher.h" />
- <ClInclude Include="src\headers\tomcrypt_custom.h" />
- <ClInclude Include="src\headers\tomcrypt_hash.h" />
- <ClInclude Include="src\headers\tomcrypt_mac.h" />
- <ClInclude Include="src\headers\tomcrypt_macros.h" />
- <ClInclude Include="src\headers\tomcrypt_math.h" />
- <ClInclude Include="src\headers\tomcrypt_misc.h" />
- <ClInclude Include="src\headers\tomcrypt_pk.h" />
- <ClInclude Include="src\headers\tomcrypt_pkcs.h" />
- <ClInclude Include="src\headers\tomcrypt_prng.h" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|