Cleaning up deprecated binaries and VS projects.

This commit is contained in:
Prcuvu
2015-10-06 19:23:48 +08:00
parent 8df4931ea3
commit de5f3721ef
61 changed files with 0 additions and 34706 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
-527
View File
@@ -1,527 +0,0 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="libtomcrypt"
ProjectGUID="{15A6313B-3206-4847-87A2-62255F0B3837}"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="src\headers"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="src\headers"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
RuntimeLibrary="2"
BufferSecurityCheck="FALSE"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="src"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
<File
RelativePath=".\src\ciphers\aes\aes.c">
</File>
<File
RelativePath=".\src\misc\base64\base64_decode.c">
</File>
<File
RelativePath=".\src\misc\base64\base64_encode.c">
</File>
<File
RelativePath=".\src\misc\burn_stack.c">
</File>
<File
RelativePath=".\src\modes\cbc\cbc_decrypt.c">
</File>
<File
RelativePath=".\src\modes\cbc\cbc_done.c">
</File>
<File
RelativePath=".\src\modes\cbc\cbc_encrypt.c">
</File>
<File
RelativePath=".\src\modes\cbc\cbc_getiv.c">
</File>
<File
RelativePath=".\src\modes\cbc\cbc_setiv.c">
</File>
<File
RelativePath=".\src\modes\cbc\cbc_start.c">
</File>
<File
RelativePath=".\src\modes\cfb\cfb_decrypt.c">
</File>
<File
RelativePath=".\src\modes\cfb\cfb_done.c">
</File>
<File
RelativePath=".\src\modes\cfb\cfb_encrypt.c">
</File>
<File
RelativePath=".\src\modes\cfb\cfb_getiv.c">
</File>
<File
RelativePath=".\src\modes\cfb\cfb_setiv.c">
</File>
<File
RelativePath=".\src\modes\cfb\cfb_start.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_argchk.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_cipher_descriptor.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_cipher_is_valid.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_cipher.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_cipher_any.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_cipher_id.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_hash.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_hash_any.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_hash_id.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_hash_oid.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_prng.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_fsa.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_hash_descriptor.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_hash_is_valid.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_ltc_mp_descriptor.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_prng_descriptor.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_prng_is_valid.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_register_cipher.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_register_hash.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_register_prng.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_unregister_cipher.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_unregister_hash.c">
</File>
<File
RelativePath=".\src\misc\crypt\crypt_unregister_prng.c">
</File>
<File
RelativePath=".\src\modes\ctr\ctr_decrypt.c">
</File>
<File
RelativePath=".\src\modes\ctr\ctr_done.c">
</File>
<File
RelativePath=".\src\modes\ctr\ctr_encrypt.c">
</File>
<File
RelativePath=".\src\modes\ctr\ctr_getiv.c">
</File>
<File
RelativePath=".\src\modes\ctr\ctr_setiv.c">
</File>
<File
RelativePath=".\src\modes\ctr\ctr_start.c">
</File>
<File
RelativePath=".\src\modes\ctr\ctr_test.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\bit\der_decode_bit_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\boolean\der_decode_boolean.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\choice\der_decode_choice.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\ia5\der_decode_ia5_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\integer\der_decode_integer.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\object_identifier\der_decode_object_identifier.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\octet\der_decode_octet_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\printable_string\der_decode_printable_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_ex.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_flexi.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_multi.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\short_integer\der_decode_short_integer.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\utctime\der_decode_utctime.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\utf8\der_decode_utf8_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\bit\der_encode_bit_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\boolean\der_encode_boolean.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\ia5\der_encode_ia5_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\integer\der_encode_integer.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\object_identifier\der_encode_object_identifier.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\octet\der_encode_octet_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\printable_string\der_encode_printable_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_ex.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_multi.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\set\der_encode_set.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\set\der_encode_setof.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\short_integer\der_encode_short_integer.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\utctime\der_encode_utctime.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\utf8\der_encode_utf8_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\bit\der_length_bit_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\boolean\der_length_boolean.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\ia5\der_length_ia5_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\integer\der_length_integer.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\object_identifier\der_length_object_identifier.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\octet\der_length_octet_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\printable_string\der_length_printable_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_length_sequence.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\short_integer\der_length_short_integer.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\utctime\der_length_utctime.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\utf8\der_length_utf8_string.c">
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_sequence_free.c">
</File>
<File
RelativePath=".\src\pk\dsa\dsa_decrypt_key.c">
</File>
<File
RelativePath=".\src\pk\dsa\dsa_encrypt_key.c">
</File>
<File
RelativePath=".\src\pk\dsa\dsa_export.c">
</File>
<File
RelativePath=".\src\pk\dsa\dsa_free.c">
</File>
<File
RelativePath=".\src\pk\dsa\dsa_import.c">
</File>
<File
RelativePath=".\src\pk\dsa\dsa_make_key.c">
</File>
<File
RelativePath=".\src\pk\dsa\dsa_shared_secret.c">
</File>
<File
RelativePath=".\src\pk\dsa\dsa_sign_hash.c">
</File>
<File
RelativePath=".\src\pk\dsa\dsa_verify_hash.c">
</File>
<File
RelativePath=".\src\pk\dsa\dsa_verify_key.c">
</File>
<File
RelativePath=".\src\modes\ecb\ecb_decrypt.c">
</File>
<File
RelativePath=".\src\modes\ecb\ecb_done.c">
</File>
<File
RelativePath=".\src\modes\ecb\ecb_encrypt.c">
</File>
<File
RelativePath=".\src\modes\ecb\ecb_start.c">
</File>
<File
RelativePath=".\src\misc\error_to_string.c">
</File>
<File
RelativePath=".\src\hashes\helper\hash_memory.c">
</File>
<File
RelativePath=".\src\math\fp\ltc_ecc_fp_mulmod.c">
</File>
<File
RelativePath=".\src\math\ltm_desc.c">
</File>
<File
RelativePath=".\src\hashes\md5.c">
</File>
<File
RelativePath=".\src\math\multi.c">
</File>
<File
RelativePath=".\src\modes\ofb\ofb_decrypt.c">
</File>
<File
RelativePath=".\src\modes\ofb\ofb_done.c">
</File>
<File
RelativePath=".\src\modes\ofb\ofb_encrypt.c">
</File>
<File
RelativePath=".\src\modes\ofb\ofb_getiv.c">
</File>
<File
RelativePath=".\src\modes\ofb\ofb_setiv.c">
</File>
<File
RelativePath=".\src\modes\ofb\ofb_start.c">
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_i2osp.c">
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_mgf1.c">
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_decode.c">
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_encode.c">
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_os2ip.c">
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_decode.c">
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_encode.c">
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_decode.c">
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_encode.c">
</File>
<File
RelativePath=".\src\misc\pkcs5\pkcs_5_1.c">
</File>
<File
RelativePath=".\src\misc\pkcs5\pkcs_5_2.c">
</File>
<File
RelativePath=".\src\math\rand_prime.c">
</File>
<File
RelativePath=".\src\prngs\rng_get_bytes.c">
</File>
<File
RelativePath=".\src\prngs\rng_make_prng.c">
</File>
<File
RelativePath=".\src\pk\rsa\rsa_decrypt_key.c">
</File>
<File
RelativePath=".\src\pk\rsa\rsa_encrypt_key.c">
</File>
<File
RelativePath=".\src\pk\rsa\rsa_export.c">
</File>
<File
RelativePath=".\src\pk\rsa\rsa_exptmod.c">
</File>
<File
RelativePath=".\src\pk\rsa\rsa_free.c">
</File>
<File
RelativePath=".\src\pk\rsa\rsa_import.c">
</File>
<File
RelativePath=".\src\pk\rsa\rsa_make_key.c">
</File>
<File
RelativePath=".\src\pk\rsa\rsa_sign_hash.c">
</File>
<File
RelativePath=".\src\pk\rsa\rsa_verify_hash.c">
</File>
<File
RelativePath=".\src\hashes\sha1.c">
</File>
<File
RelativePath=".\src\prngs\sprng.c">
</File>
<File
RelativePath=".\src\prngs\yarrow.c">
</File>
<File
RelativePath=".\src\misc\zeromem.c">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
-778
View File
@@ -1,778 +0,0 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="libtomcrypt"
ProjectGUID="{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}"
RootNamespace="libtomcrypt"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(IntDir)"
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="src\headers"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(IntDir)"
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="src\headers"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="src"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=".\src\ciphers\aes\aes.c"
>
</File>
<File
RelativePath=".\src\misc\base64\base64_decode.c"
>
</File>
<File
RelativePath=".\src\misc\base64\base64_encode.c"
>
</File>
<File
RelativePath=".\src\misc\burn_stack.c"
>
</File>
<File
RelativePath=".\src\modes\cbc\cbc_decrypt.c"
>
</File>
<File
RelativePath=".\src\modes\cbc\cbc_done.c"
>
</File>
<File
RelativePath=".\src\modes\cbc\cbc_encrypt.c"
>
</File>
<File
RelativePath=".\src\modes\cbc\cbc_getiv.c"
>
</File>
<File
RelativePath=".\src\modes\cbc\cbc_setiv.c"
>
</File>
<File
RelativePath=".\src\modes\cbc\cbc_start.c"
>
</File>
<File
RelativePath=".\src\modes\cfb\cfb_decrypt.c"
>
</File>
<File
RelativePath=".\src\modes\cfb\cfb_done.c"
>
</File>
<File
RelativePath=".\src\modes\cfb\cfb_encrypt.c"
>
</File>
<File
RelativePath=".\src\modes\cfb\cfb_getiv.c"
>
</File>
<File
RelativePath=".\src\modes\cfb\cfb_setiv.c"
>
</File>
<File
RelativePath=".\src\modes\cfb\cfb_start.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_argchk.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_cipher_descriptor.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_cipher_is_valid.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_cipher.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_cipher_any.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_cipher_id.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_hash.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_hash_any.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_hash_id.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_hash_oid.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_prng.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_fsa.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_hash_descriptor.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_hash_is_valid.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_ltc_mp_descriptor.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_prng_descriptor.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_prng_is_valid.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_register_cipher.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_register_hash.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_register_prng.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_unregister_cipher.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_unregister_hash.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_unregister_prng.c"
>
</File>
<File
RelativePath=".\src\modes\ctr\ctr_decrypt.c"
>
</File>
<File
RelativePath=".\src\modes\ctr\ctr_done.c"
>
</File>
<File
RelativePath=".\src\modes\ctr\ctr_encrypt.c"
>
</File>
<File
RelativePath=".\src\modes\ctr\ctr_getiv.c"
>
</File>
<File
RelativePath=".\src\modes\ctr\ctr_setiv.c"
>
</File>
<File
RelativePath=".\src\modes\ctr\ctr_start.c"
>
</File>
<File
RelativePath=".\src\modes\ctr\ctr_test.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\bit\der_decode_bit_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\boolean\der_decode_boolean.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\choice\der_decode_choice.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\ia5\der_decode_ia5_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\integer\der_decode_integer.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\object_identifier\der_decode_object_identifier.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\octet\der_decode_octet_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\printable_string\der_decode_printable_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_ex.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_flexi.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_multi.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\short_integer\der_decode_short_integer.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\utctime\der_decode_utctime.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\utf8\der_decode_utf8_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\bit\der_encode_bit_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\boolean\der_encode_boolean.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\ia5\der_encode_ia5_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\integer\der_encode_integer.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\object_identifier\der_encode_object_identifier.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\octet\der_encode_octet_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\printable_string\der_encode_printable_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_ex.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_multi.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\set\der_encode_set.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\set\der_encode_setof.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\short_integer\der_encode_short_integer.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\utctime\der_encode_utctime.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\utf8\der_encode_utf8_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\bit\der_length_bit_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\boolean\der_length_boolean.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\ia5\der_length_ia5_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\integer\der_length_integer.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\object_identifier\der_length_object_identifier.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\octet\der_length_octet_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\printable_string\der_length_printable_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_length_sequence.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\short_integer\der_length_short_integer.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\utctime\der_length_utctime.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\utf8\der_length_utf8_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_sequence_free.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_decrypt_key.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_encrypt_key.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_export.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_free.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_import.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_make_key.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_shared_secret.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_sign_hash.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_verify_hash.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_verify_key.c"
>
</File>
<File
RelativePath=".\src\modes\ecb\ecb_decrypt.c"
>
</File>
<File
RelativePath=".\src\modes\ecb\ecb_done.c"
>
</File>
<File
RelativePath=".\src\modes\ecb\ecb_encrypt.c"
>
</File>
<File
RelativePath=".\src\modes\ecb\ecb_start.c"
>
</File>
<File
RelativePath=".\src\misc\error_to_string.c"
>
</File>
<File
RelativePath=".\src\prngs\fortuna.c"
>
</File>
<File
RelativePath=".\src\hashes\helper\hash_memory.c"
>
</File>
<File
RelativePath=".\src\math\fp\ltc_ecc_fp_mulmod.c"
>
</File>
<File
RelativePath=".\src\math\ltm_desc.c"
>
</File>
<File
RelativePath=".\src\hashes\md5.c"
>
</File>
<File
RelativePath=".\src\math\multi.c"
>
</File>
<File
RelativePath=".\src\modes\ofb\ofb_decrypt.c"
>
</File>
<File
RelativePath=".\src\modes\ofb\ofb_done.c"
>
</File>
<File
RelativePath=".\src\modes\ofb\ofb_encrypt.c"
>
</File>
<File
RelativePath=".\src\modes\ofb\ofb_getiv.c"
>
</File>
<File
RelativePath=".\src\modes\ofb\ofb_setiv.c"
>
</File>
<File
RelativePath=".\src\modes\ofb\ofb_start.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_i2osp.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_mgf1.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_decode.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_encode.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_os2ip.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_decode.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_encode.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_decode.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_encode.c"
>
</File>
<File
RelativePath=".\src\misc\pkcs5\pkcs_5_1.c"
>
</File>
<File
RelativePath=".\src\misc\pkcs5\pkcs_5_2.c"
>
</File>
<File
RelativePath=".\src\math\rand_prime.c"
>
</File>
<File
RelativePath=".\src\prngs\rng_get_bytes.c"
>
</File>
<File
RelativePath=".\src\prngs\rng_make_prng.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_decrypt_key.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_encrypt_key.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_export.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_exptmod.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_free.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_import.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_make_key.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_sign_hash.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_verify_hash.c"
>
</File>
<File
RelativePath=".\src\hashes\sha1.c"
>
</File>
<File
RelativePath=".\src\prngs\sprng.c"
>
</File>
<File
RelativePath=".\src\prngs\yarrow.c"
>
</File>
<File
RelativePath=".\src\misc\zeromem.c"
>
</File>
<Filter
Name="headers"
>
<File
RelativePath=".\src\headers\tomcrypt.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_argchk.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_cfg.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_cipher.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_custom.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_hash.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_mac.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_macros.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_math.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_misc.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_pk.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_pkcs.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_prng.h"
>
</File>
</Filter>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
-911
View File
@@ -1,911 +0,0 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="libtomcrypt"
ProjectGUID="{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}"
RootNamespace="libtomcrypt"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(IntDir)"
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="src\headers"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
DisableSpecificWarnings="4311;4333"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(IntDir)"
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="src\headers"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
DisableSpecificWarnings="4311"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release-PGO|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="src\headers"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
DisableSpecificWarnings="4311"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release-SSE2|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="src\headers"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
DisableSpecificWarnings="4311"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="src"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=".\src\ciphers\aes\aes.c"
>
</File>
<File
RelativePath=".\src\misc\base64\base64_decode.c"
>
</File>
<File
RelativePath=".\src\misc\base64\base64_encode.c"
>
</File>
<File
RelativePath=".\src\misc\burn_stack.c"
>
</File>
<File
RelativePath=".\src\modes\cbc\cbc_decrypt.c"
>
</File>
<File
RelativePath=".\src\modes\cbc\cbc_done.c"
>
</File>
<File
RelativePath=".\src\modes\cbc\cbc_encrypt.c"
>
</File>
<File
RelativePath=".\src\modes\cbc\cbc_getiv.c"
>
</File>
<File
RelativePath=".\src\modes\cbc\cbc_setiv.c"
>
</File>
<File
RelativePath=".\src\modes\cbc\cbc_start.c"
>
</File>
<File
RelativePath=".\src\modes\cfb\cfb_decrypt.c"
>
</File>
<File
RelativePath=".\src\modes\cfb\cfb_done.c"
>
</File>
<File
RelativePath=".\src\modes\cfb\cfb_encrypt.c"
>
</File>
<File
RelativePath=".\src\modes\cfb\cfb_getiv.c"
>
</File>
<File
RelativePath=".\src\modes\cfb\cfb_setiv.c"
>
</File>
<File
RelativePath=".\src\modes\cfb\cfb_start.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_argchk.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_cipher_descriptor.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_cipher_is_valid.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_cipher.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_cipher_any.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_cipher_id.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_hash.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_hash_any.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_hash_id.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_hash_oid.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_find_prng.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_fsa.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_hash_descriptor.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_hash_is_valid.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_ltc_mp_descriptor.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_prng_descriptor.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_prng_is_valid.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_register_cipher.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_register_hash.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_register_prng.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_unregister_cipher.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_unregister_hash.c"
>
</File>
<File
RelativePath=".\src\misc\crypt\crypt_unregister_prng.c"
>
</File>
<File
RelativePath=".\src\modes\ctr\ctr_decrypt.c"
>
</File>
<File
RelativePath=".\src\modes\ctr\ctr_done.c"
>
</File>
<File
RelativePath=".\src\modes\ctr\ctr_encrypt.c"
>
</File>
<File
RelativePath=".\src\modes\ctr\ctr_getiv.c"
>
</File>
<File
RelativePath=".\src\modes\ctr\ctr_setiv.c"
>
</File>
<File
RelativePath=".\src\modes\ctr\ctr_start.c"
>
</File>
<File
RelativePath=".\src\modes\ctr\ctr_test.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\bit\der_decode_bit_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\boolean\der_decode_boolean.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\choice\der_decode_choice.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\ia5\der_decode_ia5_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\integer\der_decode_integer.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\object_identifier\der_decode_object_identifier.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\octet\der_decode_octet_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\printable_string\der_decode_printable_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_ex.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_flexi.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_multi.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\short_integer\der_decode_short_integer.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\utctime\der_decode_utctime.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\utf8\der_decode_utf8_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\bit\der_encode_bit_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\boolean\der_encode_boolean.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\ia5\der_encode_ia5_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\integer\der_encode_integer.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\object_identifier\der_encode_object_identifier.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\octet\der_encode_octet_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\printable_string\der_encode_printable_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_ex.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_multi.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\set\der_encode_set.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\set\der_encode_setof.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\short_integer\der_encode_short_integer.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\utctime\der_encode_utctime.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\utf8\der_encode_utf8_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\bit\der_length_bit_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\boolean\der_length_boolean.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\ia5\der_length_ia5_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\integer\der_length_integer.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\object_identifier\der_length_object_identifier.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\octet\der_length_octet_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\printable_string\der_length_printable_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_length_sequence.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\short_integer\der_length_short_integer.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\utctime\der_length_utctime.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\utf8\der_length_utf8_string.c"
>
</File>
<File
RelativePath=".\src\pk\asn1\der\sequence\der_sequence_free.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_decrypt_key.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_encrypt_key.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_export.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_free.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_import.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_make_key.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_shared_secret.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_sign_hash.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_verify_hash.c"
>
</File>
<File
RelativePath=".\src\pk\dsa\dsa_verify_key.c"
>
</File>
<File
RelativePath=".\src\modes\ecb\ecb_decrypt.c"
>
</File>
<File
RelativePath=".\src\modes\ecb\ecb_done.c"
>
</File>
<File
RelativePath=".\src\modes\ecb\ecb_encrypt.c"
>
</File>
<File
RelativePath=".\src\modes\ecb\ecb_start.c"
>
</File>
<File
RelativePath=".\src\misc\error_to_string.c"
>
</File>
<File
RelativePath=".\src\prngs\fortuna.c"
>
</File>
<File
RelativePath=".\src\hashes\helper\hash_memory.c"
>
</File>
<File
RelativePath=".\src\math\fp\ltc_ecc_fp_mulmod.c"
>
</File>
<File
RelativePath=".\src\math\ltm_desc.c"
>
</File>
<File
RelativePath=".\src\hashes\md5.c"
>
</File>
<File
RelativePath=".\src\math\multi.c"
>
</File>
<File
RelativePath=".\src\modes\ofb\ofb_decrypt.c"
>
</File>
<File
RelativePath=".\src\modes\ofb\ofb_done.c"
>
</File>
<File
RelativePath=".\src\modes\ofb\ofb_encrypt.c"
>
</File>
<File
RelativePath=".\src\modes\ofb\ofb_getiv.c"
>
</File>
<File
RelativePath=".\src\modes\ofb\ofb_setiv.c"
>
</File>
<File
RelativePath=".\src\modes\ofb\ofb_start.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_i2osp.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_mgf1.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_decode.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_encode.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_os2ip.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_decode.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_encode.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_decode.c"
>
</File>
<File
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_encode.c"
>
</File>
<File
RelativePath=".\src\misc\pkcs5\pkcs_5_1.c"
>
</File>
<File
RelativePath=".\src\misc\pkcs5\pkcs_5_2.c"
>
</File>
<File
RelativePath=".\src\math\rand_prime.c"
>
</File>
<File
RelativePath=".\src\prngs\rng_get_bytes.c"
>
</File>
<File
RelativePath=".\src\prngs\rng_make_prng.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_decrypt_key.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_encrypt_key.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_export.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_exptmod.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_free.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_import.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_make_key.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_sign_hash.c"
>
</File>
<File
RelativePath=".\src\pk\rsa\rsa_verify_hash.c"
>
</File>
<File
RelativePath=".\src\hashes\sha1.c"
>
</File>
<File
RelativePath=".\src\prngs\sprng.c"
>
</File>
<File
RelativePath=".\src\prngs\yarrow.c"
>
</File>
<File
RelativePath=".\src\misc\zeromem.c"
>
</File>
<Filter
Name="headers"
>
<File
RelativePath=".\src\headers\tomcrypt.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_argchk.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_cfg.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_cipher.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_custom.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_hash.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_mac.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_macros.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_math.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_misc.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_pk.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_pkcs.h"
>
</File>
<File
RelativePath=".\src\headers\tomcrypt_prng.h"
>
</File>
</Filter>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
-304
View File
@@ -1,304 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.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="Release-PGO|Win32">
<Configuration>Release-PGO</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release-SSE2|Win32">
<Configuration>Release-SSE2</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>libtomcrypt</ProjectName>
<ProjectGuid>{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}</ProjectGuid>
<RootNamespace>libtomcrypt</RootNamespace>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|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-PGO|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|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>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">$(Configuration)\</IntDir>
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>src\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>src\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>src\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>src\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\ciphers\aes\aes.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\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\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_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_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_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_unregister_cipher.c" />
<ClCompile Include="src\misc\crypt\crypt_unregister_hash.c" />
<ClCompile Include="src\misc\crypt\crypt_unregister_prng.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\pk\asn1\der\bit\der_decode_bit_string.c" />
<ClCompile Include="src\pk\asn1\der\boolean\der_decode_boolean.c" />
<ClCompile Include="src\pk\asn1\der\choice\der_decode_choice.c" />
<ClCompile Include="src\pk\asn1\der\ia5\der_decode_ia5_string.c" />
<ClCompile Include="src\pk\asn1\der\integer\der_decode_integer.c" />
<ClCompile Include="src\pk\asn1\der\object_identifier\der_decode_object_identifier.c" />
<ClCompile Include="src\pk\asn1\der\octet\der_decode_octet_string.c" />
<ClCompile Include="src\pk\asn1\der\printable_string\der_decode_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\short_integer\der_decode_short_integer.c" />
<ClCompile Include="src\pk\asn1\der\utctime\der_decode_utctime.c" />
<ClCompile Include="src\pk\asn1\der\utf8\der_decode_utf8_string.c" />
<ClCompile Include="src\pk\asn1\der\bit\der_encode_bit_string.c" />
<ClCompile Include="src\pk\asn1\der\boolean\der_encode_boolean.c" />
<ClCompile Include="src\pk\asn1\der\ia5\der_encode_ia5_string.c" />
<ClCompile Include="src\pk\asn1\der\integer\der_encode_integer.c" />
<ClCompile Include="src\pk\asn1\der\object_identifier\der_encode_object_identifier.c" />
<ClCompile Include="src\pk\asn1\der\octet\der_encode_octet_string.c" />
<ClCompile Include="src\pk\asn1\der\printable_string\der_encode_printable_string.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\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_encode_short_integer.c" />
<ClCompile Include="src\pk\asn1\der\utctime\der_encode_utctime.c" />
<ClCompile Include="src\pk\asn1\der\utf8\der_encode_utf8_string.c" />
<ClCompile Include="src\pk\asn1\der\bit\der_length_bit_string.c" />
<ClCompile Include="src\pk\asn1\der\boolean\der_length_boolean.c" />
<ClCompile Include="src\pk\asn1\der\ia5\der_length_ia5_string.c" />
<ClCompile Include="src\pk\asn1\der\integer\der_length_integer.c" />
<ClCompile Include="src\pk\asn1\der\object_identifier\der_length_object_identifier.c" />
<ClCompile Include="src\pk\asn1\der\octet\der_length_octet_string.c" />
<ClCompile Include="src\pk\asn1\der\printable_string\der_length_printable_string.c" />
<ClCompile Include="src\pk\asn1\der\sequence\der_length_sequence.c" />
<ClCompile Include="src\pk\asn1\der\short_integer\der_length_short_integer.c" />
<ClCompile Include="src\pk\asn1\der\utctime\der_length_utctime.c" />
<ClCompile Include="src\pk\asn1\der\utf8\der_length_utf8_string.c" />
<ClCompile Include="src\pk\asn1\der\sequence\der_sequence_free.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_import.c" />
<ClCompile Include="src\pk\dsa\dsa_make_key.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\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\misc\error_to_string.c" />
<ClCompile Include="src\prngs\fortuna.c" />
<ClCompile Include="src\hashes\helper\hash_memory.c" />
<ClCompile Include="src\math\fp\ltc_ecc_fp_mulmod.c" />
<ClCompile Include="src\math\ltm_desc.c" />
<ClCompile Include="src\hashes\md5.c" />
<ClCompile Include="src\math\multi.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\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\misc\pkcs5\pkcs_5_1.c" />
<ClCompile Include="src\misc\pkcs5\pkcs_5_2.c" />
<ClCompile Include="src\math\rand_prime.c" />
<ClCompile Include="src\prngs\rng_get_bytes.c" />
<ClCompile Include="src\prngs\rng_make_prng.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_import.c" />
<ClCompile Include="src\pk\rsa\rsa_make_key.c" />
<ClCompile Include="src\pk\rsa\rsa_sign_hash.c" />
<ClCompile Include="src\pk\rsa\rsa_verify_hash.c" />
<ClCompile Include="src\hashes\sha1.c" />
<ClCompile Include="src\prngs\sprng.c" />
<ClCompile Include="src\prngs\yarrow.c" />
<ClCompile Include="src\misc\zeromem.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>
@@ -1,478 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="src">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="src\headers">
<UniqueIdentifier>{ad1b2be2-aa3e-4683-8892-a9742e0e933a}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\ciphers\aes\aes.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\base64\base64_decode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\base64\base64_encode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\burn_stack.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_getiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_setiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_getiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_setiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_argchk.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_cipher_descriptor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_cipher_is_valid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_cipher.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_cipher_any.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_cipher_id.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_hash_any.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_hash_id.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_hash_oid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_prng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_fsa.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_hash_descriptor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_hash_is_valid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_ltc_mp_descriptor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_prng_descriptor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_prng_is_valid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_register_cipher.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_register_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_register_prng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_unregister_cipher.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_unregister_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_unregister_prng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_getiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_setiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_test.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\bit\der_decode_bit_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\boolean\der_decode_boolean.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\choice\der_decode_choice.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\ia5\der_decode_ia5_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\integer\der_decode_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\object_identifier\der_decode_object_identifier.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\octet\der_decode_octet_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\printable_string\der_decode_printable_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_ex.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_flexi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\short_integer\der_decode_short_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utctime\der_decode_utctime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utf8\der_decode_utf8_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\bit\der_encode_bit_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\boolean\der_encode_boolean.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\ia5\der_encode_ia5_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\integer\der_encode_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\object_identifier\der_encode_object_identifier.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\octet\der_encode_octet_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\printable_string\der_encode_printable_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_encode_sequence_ex.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_encode_sequence_multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\set\der_encode_set.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\set\der_encode_setof.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\short_integer\der_encode_short_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utctime\der_encode_utctime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utf8\der_encode_utf8_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\bit\der_length_bit_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\boolean\der_length_boolean.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\ia5\der_length_ia5_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\integer\der_length_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\object_identifier\der_length_object_identifier.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\octet\der_length_octet_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\printable_string\der_length_printable_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_length_sequence.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\short_integer\der_length_short_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utctime\der_length_utctime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utf8\der_length_utf8_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_sequence_free.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_decrypt_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_encrypt_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_export.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_free.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_import.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_make_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_shared_secret.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_sign_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_verify_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_verify_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ecb\ecb_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ecb\ecb_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ecb\ecb_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ecb\ecb_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\error_to_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\fortuna.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\hashes\helper\hash_memory.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\math\fp\ltc_ecc_fp_mulmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\math\ltm_desc.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\hashes\md5.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\math\multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_getiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_setiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_i2osp.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_mgf1.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_oaep_decode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_oaep_encode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_os2ip.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_pss_decode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_pss_encode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_v1_5_decode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_v1_5_encode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\pkcs5\pkcs_5_1.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\pkcs5\pkcs_5_2.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\math\rand_prime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\rng_get_bytes.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\rng_make_prng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_decrypt_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_encrypt_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_export.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_exptmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_free.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_import.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_make_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_sign_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_verify_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\hashes\sha1.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\sprng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\yarrow.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\zeromem.c">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\headers\tomcrypt.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_argchk.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_cfg.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_cipher.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_custom.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_hash.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_mac.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_macros.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_math.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_misc.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_pk.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_pkcs.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_prng.h">
<Filter>src\headers</Filter>
</ClInclude>
</ItemGroup>
</Project>
-312
View File
@@ -1,312 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.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="Release-PGO|Win32">
<Configuration>Release-PGO</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release-SSE2|Win32">
<Configuration>Release-SSE2</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>libtomcrypt</ProjectName>
<ProjectGuid>{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}</ProjectGuid>
<RootNamespace>libtomcrypt</RootNamespace>
<Keyword>Win32Proj</Keyword>
<VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and $(VisualStudioVersion) == ''">$(VCTargetsPath11)</VCTargetsPath>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|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-PGO|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|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>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">$(Configuration)\</IntDir>
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>src\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>src\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>src\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>src\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\ciphers\aes\aes.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\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\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_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_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_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_unregister_cipher.c" />
<ClCompile Include="src\misc\crypt\crypt_unregister_hash.c" />
<ClCompile Include="src\misc\crypt\crypt_unregister_prng.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\pk\asn1\der\bit\der_decode_bit_string.c" />
<ClCompile Include="src\pk\asn1\der\boolean\der_decode_boolean.c" />
<ClCompile Include="src\pk\asn1\der\choice\der_decode_choice.c" />
<ClCompile Include="src\pk\asn1\der\ia5\der_decode_ia5_string.c" />
<ClCompile Include="src\pk\asn1\der\integer\der_decode_integer.c" />
<ClCompile Include="src\pk\asn1\der\object_identifier\der_decode_object_identifier.c" />
<ClCompile Include="src\pk\asn1\der\octet\der_decode_octet_string.c" />
<ClCompile Include="src\pk\asn1\der\printable_string\der_decode_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\short_integer\der_decode_short_integer.c" />
<ClCompile Include="src\pk\asn1\der\utctime\der_decode_utctime.c" />
<ClCompile Include="src\pk\asn1\der\utf8\der_decode_utf8_string.c" />
<ClCompile Include="src\pk\asn1\der\bit\der_encode_bit_string.c" />
<ClCompile Include="src\pk\asn1\der\boolean\der_encode_boolean.c" />
<ClCompile Include="src\pk\asn1\der\ia5\der_encode_ia5_string.c" />
<ClCompile Include="src\pk\asn1\der\integer\der_encode_integer.c" />
<ClCompile Include="src\pk\asn1\der\object_identifier\der_encode_object_identifier.c" />
<ClCompile Include="src\pk\asn1\der\octet\der_encode_octet_string.c" />
<ClCompile Include="src\pk\asn1\der\printable_string\der_encode_printable_string.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\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_encode_short_integer.c" />
<ClCompile Include="src\pk\asn1\der\utctime\der_encode_utctime.c" />
<ClCompile Include="src\pk\asn1\der\utf8\der_encode_utf8_string.c" />
<ClCompile Include="src\pk\asn1\der\bit\der_length_bit_string.c" />
<ClCompile Include="src\pk\asn1\der\boolean\der_length_boolean.c" />
<ClCompile Include="src\pk\asn1\der\ia5\der_length_ia5_string.c" />
<ClCompile Include="src\pk\asn1\der\integer\der_length_integer.c" />
<ClCompile Include="src\pk\asn1\der\object_identifier\der_length_object_identifier.c" />
<ClCompile Include="src\pk\asn1\der\octet\der_length_octet_string.c" />
<ClCompile Include="src\pk\asn1\der\printable_string\der_length_printable_string.c" />
<ClCompile Include="src\pk\asn1\der\sequence\der_length_sequence.c" />
<ClCompile Include="src\pk\asn1\der\short_integer\der_length_short_integer.c" />
<ClCompile Include="src\pk\asn1\der\utctime\der_length_utctime.c" />
<ClCompile Include="src\pk\asn1\der\utf8\der_length_utf8_string.c" />
<ClCompile Include="src\pk\asn1\der\sequence\der_sequence_free.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_import.c" />
<ClCompile Include="src\pk\dsa\dsa_make_key.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\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\misc\error_to_string.c" />
<ClCompile Include="src\prngs\fortuna.c" />
<ClCompile Include="src\hashes\helper\hash_memory.c" />
<ClCompile Include="src\math\fp\ltc_ecc_fp_mulmod.c" />
<ClCompile Include="src\math\ltm_desc.c" />
<ClCompile Include="src\hashes\md5.c" />
<ClCompile Include="src\math\multi.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\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\misc\pkcs5\pkcs_5_1.c" />
<ClCompile Include="src\misc\pkcs5\pkcs_5_2.c" />
<ClCompile Include="src\math\rand_prime.c" />
<ClCompile Include="src\prngs\rng_get_bytes.c" />
<ClCompile Include="src\prngs\rng_make_prng.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_import.c" />
<ClCompile Include="src\pk\rsa\rsa_make_key.c" />
<ClCompile Include="src\pk\rsa\rsa_sign_hash.c" />
<ClCompile Include="src\pk\rsa\rsa_verify_hash.c" />
<ClCompile Include="src\hashes\sha1.c" />
<ClCompile Include="src\prngs\sprng.c" />
<ClCompile Include="src\prngs\yarrow.c" />
<ClCompile Include="src\misc\zeromem.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>
@@ -1,478 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="src">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="src\headers">
<UniqueIdentifier>{ad1b2be2-aa3e-4683-8892-a9742e0e933a}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\ciphers\aes\aes.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\base64\base64_decode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\base64\base64_encode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\burn_stack.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_getiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_setiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_getiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_setiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_argchk.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_cipher_descriptor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_cipher_is_valid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_cipher.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_cipher_any.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_cipher_id.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_hash_any.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_hash_id.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_hash_oid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_prng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_fsa.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_hash_descriptor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_hash_is_valid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_ltc_mp_descriptor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_prng_descriptor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_prng_is_valid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_register_cipher.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_register_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_register_prng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_unregister_cipher.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_unregister_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_unregister_prng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_getiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_setiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_test.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\bit\der_decode_bit_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\boolean\der_decode_boolean.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\choice\der_decode_choice.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\ia5\der_decode_ia5_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\integer\der_decode_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\object_identifier\der_decode_object_identifier.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\octet\der_decode_octet_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\printable_string\der_decode_printable_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_ex.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_flexi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\short_integer\der_decode_short_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utctime\der_decode_utctime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utf8\der_decode_utf8_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\bit\der_encode_bit_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\boolean\der_encode_boolean.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\ia5\der_encode_ia5_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\integer\der_encode_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\object_identifier\der_encode_object_identifier.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\octet\der_encode_octet_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\printable_string\der_encode_printable_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_encode_sequence_ex.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_encode_sequence_multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\set\der_encode_set.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\set\der_encode_setof.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\short_integer\der_encode_short_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utctime\der_encode_utctime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utf8\der_encode_utf8_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\bit\der_length_bit_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\boolean\der_length_boolean.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\ia5\der_length_ia5_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\integer\der_length_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\object_identifier\der_length_object_identifier.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\octet\der_length_octet_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\printable_string\der_length_printable_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_length_sequence.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\short_integer\der_length_short_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utctime\der_length_utctime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utf8\der_length_utf8_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_sequence_free.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_decrypt_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_encrypt_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_export.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_free.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_import.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_make_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_shared_secret.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_sign_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_verify_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_verify_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ecb\ecb_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ecb\ecb_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ecb\ecb_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ecb\ecb_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\error_to_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\fortuna.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\hashes\helper\hash_memory.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\math\fp\ltc_ecc_fp_mulmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\math\ltm_desc.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\hashes\md5.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\math\multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_getiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_setiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_i2osp.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_mgf1.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_oaep_decode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_oaep_encode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_os2ip.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_pss_decode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_pss_encode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_v1_5_decode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_v1_5_encode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\pkcs5\pkcs_5_1.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\pkcs5\pkcs_5_2.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\math\rand_prime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\rng_get_bytes.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\rng_make_prng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_decrypt_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_encrypt_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_export.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_exptmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_free.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_import.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_make_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_sign_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_verify_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\hashes\sha1.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\sprng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\yarrow.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\zeromem.c">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\headers\tomcrypt.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_argchk.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_cfg.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_cipher.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_custom.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_hash.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_mac.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_macros.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_math.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_misc.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_pk.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_pkcs.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_prng.h">
<Filter>src\headers</Filter>
</ClInclude>
</ItemGroup>
</Project>
-311
View File
@@ -1,311 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.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="Release-PGO|Win32">
<Configuration>Release-PGO</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release-SSE2|Win32">
<Configuration>Release-SSE2</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>libtomcrypt</ProjectName>
<ProjectGuid>{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}</ProjectGuid>
<RootNamespace>libtomcrypt</RootNamespace>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|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-PGO|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|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>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">$(Configuration)\</IntDir>
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>src\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>src\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>src\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>src\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\ciphers\aes\aes.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\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\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_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_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_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_unregister_cipher.c" />
<ClCompile Include="src\misc\crypt\crypt_unregister_hash.c" />
<ClCompile Include="src\misc\crypt\crypt_unregister_prng.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\pk\asn1\der\bit\der_decode_bit_string.c" />
<ClCompile Include="src\pk\asn1\der\boolean\der_decode_boolean.c" />
<ClCompile Include="src\pk\asn1\der\choice\der_decode_choice.c" />
<ClCompile Include="src\pk\asn1\der\ia5\der_decode_ia5_string.c" />
<ClCompile Include="src\pk\asn1\der\integer\der_decode_integer.c" />
<ClCompile Include="src\pk\asn1\der\object_identifier\der_decode_object_identifier.c" />
<ClCompile Include="src\pk\asn1\der\octet\der_decode_octet_string.c" />
<ClCompile Include="src\pk\asn1\der\printable_string\der_decode_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\short_integer\der_decode_short_integer.c" />
<ClCompile Include="src\pk\asn1\der\utctime\der_decode_utctime.c" />
<ClCompile Include="src\pk\asn1\der\utf8\der_decode_utf8_string.c" />
<ClCompile Include="src\pk\asn1\der\bit\der_encode_bit_string.c" />
<ClCompile Include="src\pk\asn1\der\boolean\der_encode_boolean.c" />
<ClCompile Include="src\pk\asn1\der\ia5\der_encode_ia5_string.c" />
<ClCompile Include="src\pk\asn1\der\integer\der_encode_integer.c" />
<ClCompile Include="src\pk\asn1\der\object_identifier\der_encode_object_identifier.c" />
<ClCompile Include="src\pk\asn1\der\octet\der_encode_octet_string.c" />
<ClCompile Include="src\pk\asn1\der\printable_string\der_encode_printable_string.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\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_encode_short_integer.c" />
<ClCompile Include="src\pk\asn1\der\utctime\der_encode_utctime.c" />
<ClCompile Include="src\pk\asn1\der\utf8\der_encode_utf8_string.c" />
<ClCompile Include="src\pk\asn1\der\bit\der_length_bit_string.c" />
<ClCompile Include="src\pk\asn1\der\boolean\der_length_boolean.c" />
<ClCompile Include="src\pk\asn1\der\ia5\der_length_ia5_string.c" />
<ClCompile Include="src\pk\asn1\der\integer\der_length_integer.c" />
<ClCompile Include="src\pk\asn1\der\object_identifier\der_length_object_identifier.c" />
<ClCompile Include="src\pk\asn1\der\octet\der_length_octet_string.c" />
<ClCompile Include="src\pk\asn1\der\printable_string\der_length_printable_string.c" />
<ClCompile Include="src\pk\asn1\der\sequence\der_length_sequence.c" />
<ClCompile Include="src\pk\asn1\der\short_integer\der_length_short_integer.c" />
<ClCompile Include="src\pk\asn1\der\utctime\der_length_utctime.c" />
<ClCompile Include="src\pk\asn1\der\utf8\der_length_utf8_string.c" />
<ClCompile Include="src\pk\asn1\der\sequence\der_sequence_free.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_import.c" />
<ClCompile Include="src\pk\dsa\dsa_make_key.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\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\misc\error_to_string.c" />
<ClCompile Include="src\prngs\fortuna.c" />
<ClCompile Include="src\hashes\helper\hash_memory.c" />
<ClCompile Include="src\math\fp\ltc_ecc_fp_mulmod.c" />
<ClCompile Include="src\math\ltm_desc.c" />
<ClCompile Include="src\hashes\md5.c" />
<ClCompile Include="src\math\multi.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\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\misc\pkcs5\pkcs_5_1.c" />
<ClCompile Include="src\misc\pkcs5\pkcs_5_2.c" />
<ClCompile Include="src\math\rand_prime.c" />
<ClCompile Include="src\prngs\rng_get_bytes.c" />
<ClCompile Include="src\prngs\rng_make_prng.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_import.c" />
<ClCompile Include="src\pk\rsa\rsa_make_key.c" />
<ClCompile Include="src\pk\rsa\rsa_sign_hash.c" />
<ClCompile Include="src\pk\rsa\rsa_verify_hash.c" />
<ClCompile Include="src\hashes\sha1.c" />
<ClCompile Include="src\prngs\sprng.c" />
<ClCompile Include="src\prngs\yarrow.c" />
<ClCompile Include="src\misc\zeromem.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>
@@ -1,478 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="src">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="src\headers">
<UniqueIdentifier>{ad1b2be2-aa3e-4683-8892-a9742e0e933a}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\ciphers\aes\aes.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\base64\base64_decode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\base64\base64_encode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\burn_stack.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_getiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_setiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cbc\cbc_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_getiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_setiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\cfb\cfb_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_argchk.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_cipher_descriptor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_cipher_is_valid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_cipher.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_cipher_any.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_cipher_id.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_hash_any.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_hash_id.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_hash_oid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_find_prng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_fsa.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_hash_descriptor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_hash_is_valid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_ltc_mp_descriptor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_prng_descriptor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_prng_is_valid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_register_cipher.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_register_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_register_prng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_unregister_cipher.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_unregister_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\crypt\crypt_unregister_prng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_getiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_setiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ctr\ctr_test.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\bit\der_decode_bit_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\boolean\der_decode_boolean.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\choice\der_decode_choice.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\ia5\der_decode_ia5_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\integer\der_decode_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\object_identifier\der_decode_object_identifier.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\octet\der_decode_octet_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\printable_string\der_decode_printable_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_ex.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_flexi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\short_integer\der_decode_short_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utctime\der_decode_utctime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utf8\der_decode_utf8_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\bit\der_encode_bit_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\boolean\der_encode_boolean.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\ia5\der_encode_ia5_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\integer\der_encode_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\object_identifier\der_encode_object_identifier.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\octet\der_encode_octet_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\printable_string\der_encode_printable_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_encode_sequence_ex.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_encode_sequence_multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\set\der_encode_set.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\set\der_encode_setof.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\short_integer\der_encode_short_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utctime\der_encode_utctime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utf8\der_encode_utf8_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\bit\der_length_bit_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\boolean\der_length_boolean.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\ia5\der_length_ia5_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\integer\der_length_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\object_identifier\der_length_object_identifier.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\octet\der_length_octet_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\printable_string\der_length_printable_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_length_sequence.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\short_integer\der_length_short_integer.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utctime\der_length_utctime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\utf8\der_length_utf8_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\asn1\der\sequence\der_sequence_free.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_decrypt_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_encrypt_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_export.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_free.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_import.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_make_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_shared_secret.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_sign_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_verify_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\dsa\dsa_verify_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ecb\ecb_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ecb\ecb_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ecb\ecb_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ecb\ecb_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\error_to_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\fortuna.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\hashes\helper\hash_memory.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\math\fp\ltc_ecc_fp_mulmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\math\ltm_desc.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\hashes\md5.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\math\multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_decrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_done.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_encrypt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_getiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_setiv.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\modes\ofb\ofb_start.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_i2osp.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_mgf1.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_oaep_decode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_oaep_encode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_os2ip.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_pss_decode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_pss_encode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_v1_5_decode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\pkcs1\pkcs_1_v1_5_encode.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\pkcs5\pkcs_5_1.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\pkcs5\pkcs_5_2.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\math\rand_prime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\rng_get_bytes.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\rng_make_prng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_decrypt_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_encrypt_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_export.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_exptmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_free.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_import.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_make_key.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_sign_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\pk\rsa\rsa_verify_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\hashes\sha1.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\sprng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\prngs\yarrow.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\misc\zeromem.c">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\headers\tomcrypt.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_argchk.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_cfg.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_cipher.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_custom.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_hash.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_mac.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_macros.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_math.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_misc.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_pk.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_pkcs.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\tomcrypt_prng.h">
<Filter>src\headers</Filter>
</ClInclude>
</ItemGroup>
</Project>
-473
View File
@@ -1,473 +0,0 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="libtommath"
ProjectGUID="{00C33C79-1140-47B0-838B-109A61950513}"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="."
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)/libtommath-net2003.lib"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="."
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
RuntimeLibrary="2"
BufferSecurityCheck="FALSE"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)/libtommath-net2003.lib"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="src"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
<File
RelativePath=".\bn_error.c">
</File>
<File
RelativePath=".\bn_fast_mp_invmod.c">
</File>
<File
RelativePath=".\bn_fast_mp_montgomery_reduce.c">
</File>
<File
RelativePath=".\bn_fast_s_mp_mul_digs.c">
</File>
<File
RelativePath=".\bn_fast_s_mp_mul_high_digs.c">
</File>
<File
RelativePath=".\bn_fast_s_mp_sqr.c">
</File>
<File
RelativePath=".\bn_mp_2expt.c">
</File>
<File
RelativePath=".\bn_mp_abs.c">
</File>
<File
RelativePath=".\bn_mp_add.c">
</File>
<File
RelativePath=".\bn_mp_add_d.c">
</File>
<File
RelativePath=".\bn_mp_addmod.c">
</File>
<File
RelativePath=".\bn_mp_and.c">
</File>
<File
RelativePath=".\bn_mp_clamp.c">
</File>
<File
RelativePath=".\bn_mp_clear.c">
</File>
<File
RelativePath=".\bn_mp_clear_multi.c">
</File>
<File
RelativePath=".\bn_mp_cmp.c">
</File>
<File
RelativePath=".\bn_mp_cmp_d.c">
</File>
<File
RelativePath=".\bn_mp_cmp_mag.c">
</File>
<File
RelativePath=".\bn_mp_cnt_lsb.c">
</File>
<File
RelativePath=".\bn_mp_copy.c">
</File>
<File
RelativePath=".\bn_mp_count_bits.c">
</File>
<File
RelativePath=".\bn_mp_div.c">
</File>
<File
RelativePath=".\bn_mp_div_2.c">
</File>
<File
RelativePath=".\bn_mp_div_2d.c">
</File>
<File
RelativePath=".\bn_mp_div_3.c">
</File>
<File
RelativePath=".\bn_mp_div_d.c">
</File>
<File
RelativePath=".\bn_mp_dr_is_modulus.c">
</File>
<File
RelativePath=".\bn_mp_dr_reduce.c">
</File>
<File
RelativePath=".\bn_mp_dr_setup.c">
</File>
<File
RelativePath=".\bn_mp_exch.c">
</File>
<File
RelativePath=".\bn_mp_expt_d.c">
</File>
<File
RelativePath=".\bn_mp_exptmod.c">
</File>
<File
RelativePath=".\bn_mp_exptmod_fast.c">
</File>
<File
RelativePath=".\bn_mp_exteuclid.c">
</File>
<File
RelativePath=".\bn_mp_fread.c">
</File>
<File
RelativePath=".\bn_mp_fwrite.c">
</File>
<File
RelativePath=".\bn_mp_gcd.c">
</File>
<File
RelativePath=".\bn_mp_get_int.c">
</File>
<File
RelativePath=".\bn_mp_grow.c">
</File>
<File
RelativePath=".\bn_mp_init.c">
</File>
<File
RelativePath=".\bn_mp_init_copy.c">
</File>
<File
RelativePath=".\bn_mp_init_multi.c">
</File>
<File
RelativePath=".\bn_mp_init_set.c">
</File>
<File
RelativePath=".\bn_mp_init_set_int.c">
</File>
<File
RelativePath=".\bn_mp_init_size.c">
</File>
<File
RelativePath=".\bn_mp_invmod.c">
</File>
<File
RelativePath=".\bn_mp_invmod_slow.c">
</File>
<File
RelativePath=".\bn_mp_is_square.c">
</File>
<File
RelativePath=".\bn_mp_jacobi.c">
</File>
<File
RelativePath=".\bn_mp_karatsuba_mul.c">
</File>
<File
RelativePath=".\bn_mp_karatsuba_sqr.c">
</File>
<File
RelativePath=".\bn_mp_lcm.c">
</File>
<File
RelativePath=".\bn_mp_lshd.c">
</File>
<File
RelativePath=".\bn_mp_mod.c">
</File>
<File
RelativePath=".\bn_mp_mod_2d.c">
</File>
<File
RelativePath=".\bn_mp_mod_d.c">
</File>
<File
RelativePath=".\bn_mp_montgomery_calc_normalization.c">
</File>
<File
RelativePath=".\bn_mp_montgomery_reduce.c">
</File>
<File
RelativePath=".\bn_mp_montgomery_setup.c">
</File>
<File
RelativePath=".\bn_mp_mul.c">
</File>
<File
RelativePath=".\bn_mp_mul_2.c">
</File>
<File
RelativePath=".\bn_mp_mul_2d.c">
</File>
<File
RelativePath=".\bn_mp_mul_d.c">
</File>
<File
RelativePath=".\bn_mp_mulmod.c">
</File>
<File
RelativePath=".\bn_mp_n_root.c">
</File>
<File
RelativePath=".\bn_mp_neg.c">
</File>
<File
RelativePath=".\bn_mp_or.c">
</File>
<File
RelativePath=".\bn_mp_prime_fermat.c">
</File>
<File
RelativePath=".\bn_mp_prime_is_divisible.c">
</File>
<File
RelativePath=".\bn_mp_prime_is_prime.c">
</File>
<File
RelativePath=".\bn_mp_prime_miller_rabin.c">
</File>
<File
RelativePath=".\bn_mp_prime_next_prime.c">
</File>
<File
RelativePath=".\bn_mp_prime_rabin_miller_trials.c">
</File>
<File
RelativePath=".\bn_mp_prime_random_ex.c">
</File>
<File
RelativePath=".\bn_mp_radix_size.c">
</File>
<File
RelativePath=".\bn_mp_radix_smap.c">
</File>
<File
RelativePath=".\bn_mp_rand.c">
</File>
<File
RelativePath=".\bn_mp_read_radix.c">
</File>
<File
RelativePath=".\bn_mp_read_signed_bin.c">
</File>
<File
RelativePath=".\bn_mp_read_unsigned_bin.c">
</File>
<File
RelativePath=".\bn_mp_reduce.c">
</File>
<File
RelativePath=".\bn_mp_reduce_2k.c">
</File>
<File
RelativePath=".\bn_mp_reduce_2k_l.c">
</File>
<File
RelativePath=".\bn_mp_reduce_2k_setup.c">
</File>
<File
RelativePath=".\bn_mp_reduce_2k_setup_l.c">
</File>
<File
RelativePath=".\bn_mp_reduce_is_2k.c">
</File>
<File
RelativePath=".\bn_mp_reduce_is_2k_l.c">
</File>
<File
RelativePath=".\bn_mp_reduce_setup.c">
</File>
<File
RelativePath=".\bn_mp_rshd.c">
</File>
<File
RelativePath=".\bn_mp_set.c">
</File>
<File
RelativePath=".\bn_mp_set_int.c">
</File>
<File
RelativePath=".\bn_mp_shrink.c">
</File>
<File
RelativePath=".\bn_mp_signed_bin_size.c">
</File>
<File
RelativePath=".\bn_mp_sqr.c">
</File>
<File
RelativePath=".\bn_mp_sqrmod.c">
</File>
<File
RelativePath=".\bn_mp_sqrt.c">
</File>
<File
RelativePath=".\bn_mp_sub.c">
</File>
<File
RelativePath=".\bn_mp_sub_d.c">
</File>
<File
RelativePath=".\bn_mp_submod.c">
</File>
<File
RelativePath=".\bn_mp_to_signed_bin.c">
</File>
<File
RelativePath=".\bn_mp_to_signed_bin_n.c">
</File>
<File
RelativePath=".\bn_mp_to_unsigned_bin.c">
</File>
<File
RelativePath=".\bn_mp_to_unsigned_bin_n.c">
</File>
<File
RelativePath=".\bn_mp_toom_mul.c">
</File>
<File
RelativePath=".\bn_mp_toom_sqr.c">
</File>
<File
RelativePath=".\bn_mp_toradix.c">
</File>
<File
RelativePath=".\bn_mp_toradix_n.c">
</File>
<File
RelativePath=".\bn_mp_unsigned_bin_size.c">
</File>
<File
RelativePath=".\bn_mp_xor.c">
</File>
<File
RelativePath=".\bn_mp_zero.c">
</File>
<File
RelativePath=".\bn_prime_tab.c">
</File>
<File
RelativePath=".\bn_reverse.c">
</File>
<File
RelativePath=".\bn_s_mp_add.c">
</File>
<File
RelativePath=".\bn_s_mp_exptmod.c">
</File>
<File
RelativePath=".\bn_s_mp_mul_digs.c">
</File>
<File
RelativePath=".\bn_s_mp_mul_high_digs.c">
</File>
<File
RelativePath=".\bn_s_mp_sqr.c">
</File>
<File
RelativePath=".\bn_s_mp_sub.c">
</File>
<File
RelativePath=".\bncore.c">
</File>
<File
RelativePath=".\tommath.h">
</File>
<File
RelativePath=".\tommath_class.h">
</File>
<File
RelativePath=".\tommath_superclass.h">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
-644
View File
@@ -1,644 +0,0 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="libtommath"
ProjectGUID="{FEDE5283-1518-4B1D-8124-5C54DB17EA57}"
RootNamespace="libtommath"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(IntDir)"
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="."
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(IntDir)"
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="."
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="src"
>
<File
RelativePath=".\bn_error.c"
>
</File>
<File
RelativePath=".\bn_fast_mp_invmod.c"
>
</File>
<File
RelativePath=".\bn_fast_mp_montgomery_reduce.c"
>
</File>
<File
RelativePath=".\bn_fast_s_mp_mul_digs.c"
>
</File>
<File
RelativePath=".\bn_fast_s_mp_mul_high_digs.c"
>
</File>
<File
RelativePath=".\bn_fast_s_mp_sqr.c"
>
</File>
<File
RelativePath=".\bn_mp_2expt.c"
>
</File>
<File
RelativePath=".\bn_mp_abs.c"
>
</File>
<File
RelativePath=".\bn_mp_add.c"
>
</File>
<File
RelativePath=".\bn_mp_add_d.c"
>
</File>
<File
RelativePath=".\bn_mp_addmod.c"
>
</File>
<File
RelativePath=".\bn_mp_and.c"
>
</File>
<File
RelativePath=".\bn_mp_clamp.c"
>
</File>
<File
RelativePath=".\bn_mp_clear.c"
>
</File>
<File
RelativePath=".\bn_mp_clear_multi.c"
>
</File>
<File
RelativePath=".\bn_mp_cmp.c"
>
</File>
<File
RelativePath=".\bn_mp_cmp_d.c"
>
</File>
<File
RelativePath=".\bn_mp_cmp_mag.c"
>
</File>
<File
RelativePath=".\bn_mp_cnt_lsb.c"
>
</File>
<File
RelativePath=".\bn_mp_copy.c"
>
</File>
<File
RelativePath=".\bn_mp_count_bits.c"
>
</File>
<File
RelativePath=".\bn_mp_div.c"
>
</File>
<File
RelativePath=".\bn_mp_div_2.c"
>
</File>
<File
RelativePath=".\bn_mp_div_2d.c"
>
</File>
<File
RelativePath=".\bn_mp_div_3.c"
>
</File>
<File
RelativePath=".\bn_mp_div_d.c"
>
</File>
<File
RelativePath=".\bn_mp_dr_is_modulus.c"
>
</File>
<File
RelativePath=".\bn_mp_dr_reduce.c"
>
</File>
<File
RelativePath=".\bn_mp_dr_setup.c"
>
</File>
<File
RelativePath=".\bn_mp_exch.c"
>
</File>
<File
RelativePath=".\bn_mp_expt_d.c"
>
</File>
<File
RelativePath=".\bn_mp_exptmod.c"
>
</File>
<File
RelativePath=".\bn_mp_exptmod_fast.c"
>
</File>
<File
RelativePath=".\bn_mp_exteuclid.c"
>
</File>
<File
RelativePath=".\bn_mp_fread.c"
>
</File>
<File
RelativePath=".\bn_mp_fwrite.c"
>
</File>
<File
RelativePath=".\bn_mp_gcd.c"
>
</File>
<File
RelativePath=".\bn_mp_get_int.c"
>
</File>
<File
RelativePath=".\bn_mp_grow.c"
>
</File>
<File
RelativePath=".\bn_mp_init.c"
>
</File>
<File
RelativePath=".\bn_mp_init_copy.c"
>
</File>
<File
RelativePath=".\bn_mp_init_multi.c"
>
</File>
<File
RelativePath=".\bn_mp_init_set.c"
>
</File>
<File
RelativePath=".\bn_mp_init_set_int.c"
>
</File>
<File
RelativePath=".\bn_mp_init_size.c"
>
</File>
<File
RelativePath=".\bn_mp_invmod.c"
>
</File>
<File
RelativePath=".\bn_mp_invmod_slow.c"
>
</File>
<File
RelativePath=".\bn_mp_is_square.c"
>
</File>
<File
RelativePath=".\bn_mp_jacobi.c"
>
</File>
<File
RelativePath=".\bn_mp_karatsuba_mul.c"
>
</File>
<File
RelativePath=".\bn_mp_karatsuba_sqr.c"
>
</File>
<File
RelativePath=".\bn_mp_lcm.c"
>
</File>
<File
RelativePath=".\bn_mp_lshd.c"
>
</File>
<File
RelativePath=".\bn_mp_mod.c"
>
</File>
<File
RelativePath=".\bn_mp_mod_2d.c"
>
</File>
<File
RelativePath=".\bn_mp_mod_d.c"
>
</File>
<File
RelativePath=".\bn_mp_montgomery_calc_normalization.c"
>
</File>
<File
RelativePath=".\bn_mp_montgomery_reduce.c"
>
</File>
<File
RelativePath=".\bn_mp_montgomery_setup.c"
>
</File>
<File
RelativePath=".\bn_mp_mul.c"
>
</File>
<File
RelativePath=".\bn_mp_mul_2.c"
>
</File>
<File
RelativePath=".\bn_mp_mul_2d.c"
>
</File>
<File
RelativePath=".\bn_mp_mul_d.c"
>
</File>
<File
RelativePath=".\bn_mp_mulmod.c"
>
</File>
<File
RelativePath=".\bn_mp_n_root.c"
>
</File>
<File
RelativePath=".\bn_mp_neg.c"
>
</File>
<File
RelativePath=".\bn_mp_or.c"
>
</File>
<File
RelativePath=".\bn_mp_prime_fermat.c"
>
</File>
<File
RelativePath=".\bn_mp_prime_is_divisible.c"
>
</File>
<File
RelativePath=".\bn_mp_prime_is_prime.c"
>
</File>
<File
RelativePath=".\bn_mp_prime_miller_rabin.c"
>
</File>
<File
RelativePath=".\bn_mp_prime_next_prime.c"
>
</File>
<File
RelativePath=".\bn_mp_prime_rabin_miller_trials.c"
>
</File>
<File
RelativePath=".\bn_mp_prime_random_ex.c"
>
</File>
<File
RelativePath=".\bn_mp_radix_size.c"
>
</File>
<File
RelativePath=".\bn_mp_radix_smap.c"
>
</File>
<File
RelativePath=".\bn_mp_rand.c"
>
</File>
<File
RelativePath=".\bn_mp_read_radix.c"
>
</File>
<File
RelativePath=".\bn_mp_read_signed_bin.c"
>
</File>
<File
RelativePath=".\bn_mp_read_unsigned_bin.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce_2k.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce_2k_l.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce_2k_setup.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce_2k_setup_l.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce_is_2k.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce_is_2k_l.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce_setup.c"
>
</File>
<File
RelativePath=".\bn_mp_rshd.c"
>
</File>
<File
RelativePath=".\bn_mp_set.c"
>
</File>
<File
RelativePath=".\bn_mp_set_int.c"
>
</File>
<File
RelativePath=".\bn_mp_shrink.c"
>
</File>
<File
RelativePath=".\bn_mp_signed_bin_size.c"
>
</File>
<File
RelativePath=".\bn_mp_sqr.c"
>
</File>
<File
RelativePath=".\bn_mp_sqrmod.c"
>
</File>
<File
RelativePath=".\bn_mp_sqrt.c"
>
</File>
<File
RelativePath=".\bn_mp_sub.c"
>
</File>
<File
RelativePath=".\bn_mp_sub_d.c"
>
</File>
<File
RelativePath=".\bn_mp_submod.c"
>
</File>
<File
RelativePath=".\bn_mp_to_signed_bin.c"
>
</File>
<File
RelativePath=".\bn_mp_to_signed_bin_n.c"
>
</File>
<File
RelativePath=".\bn_mp_to_unsigned_bin.c"
>
</File>
<File
RelativePath=".\bn_mp_to_unsigned_bin_n.c"
>
</File>
<File
RelativePath=".\bn_mp_toom_mul.c"
>
</File>
<File
RelativePath=".\bn_mp_toom_sqr.c"
>
</File>
<File
RelativePath=".\bn_mp_toradix.c"
>
</File>
<File
RelativePath=".\bn_mp_toradix_n.c"
>
</File>
<File
RelativePath=".\bn_mp_unsigned_bin_size.c"
>
</File>
<File
RelativePath=".\bn_mp_xor.c"
>
</File>
<File
RelativePath=".\bn_mp_zero.c"
>
</File>
<File
RelativePath=".\bn_prime_tab.c"
>
</File>
<File
RelativePath=".\bn_reverse.c"
>
</File>
<File
RelativePath=".\bn_s_mp_add.c"
>
</File>
<File
RelativePath=".\bn_s_mp_exptmod.c"
>
</File>
<File
RelativePath=".\bn_s_mp_mul_digs.c"
>
</File>
<File
RelativePath=".\bn_s_mp_mul_high_digs.c"
>
</File>
<File
RelativePath=".\bn_s_mp_sqr.c"
>
</File>
<File
RelativePath=".\bn_s_mp_sub.c"
>
</File>
<File
RelativePath=".\bncore.c"
>
</File>
<File
RelativePath=".\tommath.h"
>
</File>
<File
RelativePath=".\tommath_class.h"
>
</File>
<File
RelativePath=".\tommath_superclass.h"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
-773
View File
@@ -1,773 +0,0 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="libtommath"
ProjectGUID="{FEDE5283-1518-4B1D-8124-5C54DB17EA57}"
RootNamespace="libtommath"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(IntDir)"
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="."
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(IntDir)"
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="."
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release-PGO|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="."
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release-SSE2|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="."
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
UsePrecompiledHeader="0"
WarningLevel="2"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="src"
>
<File
RelativePath=".\bn_error.c"
>
</File>
<File
RelativePath=".\bn_fast_mp_invmod.c"
>
</File>
<File
RelativePath=".\bn_fast_mp_montgomery_reduce.c"
>
</File>
<File
RelativePath=".\bn_fast_s_mp_mul_digs.c"
>
</File>
<File
RelativePath=".\bn_fast_s_mp_mul_high_digs.c"
>
</File>
<File
RelativePath=".\bn_fast_s_mp_sqr.c"
>
</File>
<File
RelativePath=".\bn_mp_2expt.c"
>
</File>
<File
RelativePath=".\bn_mp_abs.c"
>
</File>
<File
RelativePath=".\bn_mp_add.c"
>
</File>
<File
RelativePath=".\bn_mp_add_d.c"
>
</File>
<File
RelativePath=".\bn_mp_addmod.c"
>
</File>
<File
RelativePath=".\bn_mp_and.c"
>
</File>
<File
RelativePath=".\bn_mp_clamp.c"
>
</File>
<File
RelativePath=".\bn_mp_clear.c"
>
</File>
<File
RelativePath=".\bn_mp_clear_multi.c"
>
</File>
<File
RelativePath=".\bn_mp_cmp.c"
>
</File>
<File
RelativePath=".\bn_mp_cmp_d.c"
>
</File>
<File
RelativePath=".\bn_mp_cmp_mag.c"
>
</File>
<File
RelativePath=".\bn_mp_cnt_lsb.c"
>
</File>
<File
RelativePath=".\bn_mp_copy.c"
>
</File>
<File
RelativePath=".\bn_mp_count_bits.c"
>
</File>
<File
RelativePath=".\bn_mp_div.c"
>
</File>
<File
RelativePath=".\bn_mp_div_2.c"
>
</File>
<File
RelativePath=".\bn_mp_div_2d.c"
>
</File>
<File
RelativePath=".\bn_mp_div_3.c"
>
</File>
<File
RelativePath=".\bn_mp_div_d.c"
>
</File>
<File
RelativePath=".\bn_mp_dr_is_modulus.c"
>
</File>
<File
RelativePath=".\bn_mp_dr_reduce.c"
>
</File>
<File
RelativePath=".\bn_mp_dr_setup.c"
>
</File>
<File
RelativePath=".\bn_mp_exch.c"
>
</File>
<File
RelativePath=".\bn_mp_expt_d.c"
>
</File>
<File
RelativePath=".\bn_mp_exptmod.c"
>
</File>
<File
RelativePath=".\bn_mp_exptmod_fast.c"
>
</File>
<File
RelativePath=".\bn_mp_exteuclid.c"
>
</File>
<File
RelativePath=".\bn_mp_fread.c"
>
</File>
<File
RelativePath=".\bn_mp_fwrite.c"
>
</File>
<File
RelativePath=".\bn_mp_gcd.c"
>
</File>
<File
RelativePath=".\bn_mp_get_int.c"
>
</File>
<File
RelativePath=".\bn_mp_grow.c"
>
</File>
<File
RelativePath=".\bn_mp_init.c"
>
</File>
<File
RelativePath=".\bn_mp_init_copy.c"
>
</File>
<File
RelativePath=".\bn_mp_init_multi.c"
>
</File>
<File
RelativePath=".\bn_mp_init_set.c"
>
</File>
<File
RelativePath=".\bn_mp_init_set_int.c"
>
</File>
<File
RelativePath=".\bn_mp_init_size.c"
>
</File>
<File
RelativePath=".\bn_mp_invmod.c"
>
</File>
<File
RelativePath=".\bn_mp_invmod_slow.c"
>
</File>
<File
RelativePath=".\bn_mp_is_square.c"
>
</File>
<File
RelativePath=".\bn_mp_jacobi.c"
>
</File>
<File
RelativePath=".\bn_mp_karatsuba_mul.c"
>
</File>
<File
RelativePath=".\bn_mp_karatsuba_sqr.c"
>
</File>
<File
RelativePath=".\bn_mp_lcm.c"
>
</File>
<File
RelativePath=".\bn_mp_lshd.c"
>
</File>
<File
RelativePath=".\bn_mp_mod.c"
>
</File>
<File
RelativePath=".\bn_mp_mod_2d.c"
>
</File>
<File
RelativePath=".\bn_mp_mod_d.c"
>
</File>
<File
RelativePath=".\bn_mp_montgomery_calc_normalization.c"
>
</File>
<File
RelativePath=".\bn_mp_montgomery_reduce.c"
>
</File>
<File
RelativePath=".\bn_mp_montgomery_setup.c"
>
</File>
<File
RelativePath=".\bn_mp_mul.c"
>
</File>
<File
RelativePath=".\bn_mp_mul_2.c"
>
</File>
<File
RelativePath=".\bn_mp_mul_2d.c"
>
</File>
<File
RelativePath=".\bn_mp_mul_d.c"
>
</File>
<File
RelativePath=".\bn_mp_mulmod.c"
>
</File>
<File
RelativePath=".\bn_mp_n_root.c"
>
</File>
<File
RelativePath=".\bn_mp_neg.c"
>
</File>
<File
RelativePath=".\bn_mp_or.c"
>
</File>
<File
RelativePath=".\bn_mp_prime_fermat.c"
>
</File>
<File
RelativePath=".\bn_mp_prime_is_divisible.c"
>
</File>
<File
RelativePath=".\bn_mp_prime_is_prime.c"
>
</File>
<File
RelativePath=".\bn_mp_prime_miller_rabin.c"
>
</File>
<File
RelativePath=".\bn_mp_prime_next_prime.c"
>
</File>
<File
RelativePath=".\bn_mp_prime_rabin_miller_trials.c"
>
</File>
<File
RelativePath=".\bn_mp_prime_random_ex.c"
>
</File>
<File
RelativePath=".\bn_mp_radix_size.c"
>
</File>
<File
RelativePath=".\bn_mp_radix_smap.c"
>
</File>
<File
RelativePath=".\bn_mp_rand.c"
>
</File>
<File
RelativePath=".\bn_mp_read_radix.c"
>
</File>
<File
RelativePath=".\bn_mp_read_signed_bin.c"
>
</File>
<File
RelativePath=".\bn_mp_read_unsigned_bin.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce_2k.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce_2k_l.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce_2k_setup.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce_2k_setup_l.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce_is_2k.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce_is_2k_l.c"
>
</File>
<File
RelativePath=".\bn_mp_reduce_setup.c"
>
</File>
<File
RelativePath=".\bn_mp_rshd.c"
>
</File>
<File
RelativePath=".\bn_mp_set.c"
>
</File>
<File
RelativePath=".\bn_mp_set_int.c"
>
</File>
<File
RelativePath=".\bn_mp_shrink.c"
>
</File>
<File
RelativePath=".\bn_mp_signed_bin_size.c"
>
</File>
<File
RelativePath=".\bn_mp_sqr.c"
>
</File>
<File
RelativePath=".\bn_mp_sqrmod.c"
>
</File>
<File
RelativePath=".\bn_mp_sqrt.c"
>
</File>
<File
RelativePath=".\bn_mp_sub.c"
>
</File>
<File
RelativePath=".\bn_mp_sub_d.c"
>
</File>
<File
RelativePath=".\bn_mp_submod.c"
>
</File>
<File
RelativePath=".\bn_mp_to_signed_bin.c"
>
</File>
<File
RelativePath=".\bn_mp_to_signed_bin_n.c"
>
</File>
<File
RelativePath=".\bn_mp_to_unsigned_bin.c"
>
</File>
<File
RelativePath=".\bn_mp_to_unsigned_bin_n.c"
>
</File>
<File
RelativePath=".\bn_mp_toom_mul.c"
>
</File>
<File
RelativePath=".\bn_mp_toom_sqr.c"
>
</File>
<File
RelativePath=".\bn_mp_toradix.c"
>
</File>
<File
RelativePath=".\bn_mp_toradix_n.c"
>
</File>
<File
RelativePath=".\bn_mp_unsigned_bin_size.c"
>
</File>
<File
RelativePath=".\bn_mp_xor.c"
>
</File>
<File
RelativePath=".\bn_mp_zero.c"
>
</File>
<File
RelativePath=".\bn_prime_tab.c"
>
</File>
<File
RelativePath=".\bn_reverse.c"
>
</File>
<File
RelativePath=".\bn_s_mp_add.c"
>
</File>
<File
RelativePath=".\bn_s_mp_exptmod.c"
>
</File>
<File
RelativePath=".\bn_s_mp_mul_digs.c"
>
</File>
<File
RelativePath=".\bn_s_mp_mul_high_digs.c"
>
</File>
<File
RelativePath=".\bn_s_mp_sqr.c"
>
</File>
<File
RelativePath=".\bn_s_mp_sub.c"
>
</File>
<File
RelativePath=".\bncore.c"
>
</File>
<File
RelativePath=".\tommath.h"
>
</File>
<File
RelativePath=".\tommath_class.h"
>
</File>
<File
RelativePath=".\tommath_superclass.h"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
-272
View File
@@ -1,272 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.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="Release-PGO|Win32">
<Configuration>Release-PGO</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release-SSE2|Win32">
<Configuration>Release-SSE2</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>libtommath</ProjectName>
<ProjectGuid>{FEDE5283-1518-4B1D-8124-5C54DB17EA57}</ProjectGuid>
<RootNamespace>libtommath</RootNamespace>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|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-PGO|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|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>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">$(Configuration)\</IntDir>
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="bn_error.c" />
<ClCompile Include="bn_fast_mp_invmod.c" />
<ClCompile Include="bn_fast_mp_montgomery_reduce.c" />
<ClCompile Include="bn_fast_s_mp_mul_digs.c" />
<ClCompile Include="bn_fast_s_mp_mul_high_digs.c" />
<ClCompile Include="bn_fast_s_mp_sqr.c" />
<ClCompile Include="bn_mp_2expt.c" />
<ClCompile Include="bn_mp_abs.c" />
<ClCompile Include="bn_mp_add.c" />
<ClCompile Include="bn_mp_add_d.c" />
<ClCompile Include="bn_mp_addmod.c" />
<ClCompile Include="bn_mp_and.c" />
<ClCompile Include="bn_mp_clamp.c" />
<ClCompile Include="bn_mp_clear.c" />
<ClCompile Include="bn_mp_clear_multi.c" />
<ClCompile Include="bn_mp_cmp.c" />
<ClCompile Include="bn_mp_cmp_d.c" />
<ClCompile Include="bn_mp_cmp_mag.c" />
<ClCompile Include="bn_mp_cnt_lsb.c" />
<ClCompile Include="bn_mp_copy.c" />
<ClCompile Include="bn_mp_count_bits.c" />
<ClCompile Include="bn_mp_div.c" />
<ClCompile Include="bn_mp_div_2.c" />
<ClCompile Include="bn_mp_div_2d.c" />
<ClCompile Include="bn_mp_div_3.c" />
<ClCompile Include="bn_mp_div_d.c" />
<ClCompile Include="bn_mp_dr_is_modulus.c" />
<ClCompile Include="bn_mp_dr_reduce.c" />
<ClCompile Include="bn_mp_dr_setup.c" />
<ClCompile Include="bn_mp_exch.c" />
<ClCompile Include="bn_mp_expt_d.c" />
<ClCompile Include="bn_mp_exptmod.c" />
<ClCompile Include="bn_mp_exptmod_fast.c" />
<ClCompile Include="bn_mp_exteuclid.c" />
<ClCompile Include="bn_mp_fread.c" />
<ClCompile Include="bn_mp_fwrite.c" />
<ClCompile Include="bn_mp_gcd.c" />
<ClCompile Include="bn_mp_get_int.c" />
<ClCompile Include="bn_mp_grow.c" />
<ClCompile Include="bn_mp_init.c" />
<ClCompile Include="bn_mp_init_copy.c" />
<ClCompile Include="bn_mp_init_multi.c" />
<ClCompile Include="bn_mp_init_set.c" />
<ClCompile Include="bn_mp_init_set_int.c" />
<ClCompile Include="bn_mp_init_size.c" />
<ClCompile Include="bn_mp_invmod.c" />
<ClCompile Include="bn_mp_invmod_slow.c" />
<ClCompile Include="bn_mp_is_square.c" />
<ClCompile Include="bn_mp_jacobi.c" />
<ClCompile Include="bn_mp_karatsuba_mul.c" />
<ClCompile Include="bn_mp_karatsuba_sqr.c" />
<ClCompile Include="bn_mp_lcm.c" />
<ClCompile Include="bn_mp_lshd.c" />
<ClCompile Include="bn_mp_mod.c" />
<ClCompile Include="bn_mp_mod_2d.c" />
<ClCompile Include="bn_mp_mod_d.c" />
<ClCompile Include="bn_mp_montgomery_calc_normalization.c" />
<ClCompile Include="bn_mp_montgomery_reduce.c" />
<ClCompile Include="bn_mp_montgomery_setup.c" />
<ClCompile Include="bn_mp_mul.c" />
<ClCompile Include="bn_mp_mul_2.c" />
<ClCompile Include="bn_mp_mul_2d.c" />
<ClCompile Include="bn_mp_mul_d.c" />
<ClCompile Include="bn_mp_mulmod.c" />
<ClCompile Include="bn_mp_n_root.c" />
<ClCompile Include="bn_mp_neg.c" />
<ClCompile Include="bn_mp_or.c" />
<ClCompile Include="bn_mp_prime_fermat.c" />
<ClCompile Include="bn_mp_prime_is_divisible.c" />
<ClCompile Include="bn_mp_prime_is_prime.c" />
<ClCompile Include="bn_mp_prime_miller_rabin.c" />
<ClCompile Include="bn_mp_prime_next_prime.c" />
<ClCompile Include="bn_mp_prime_rabin_miller_trials.c" />
<ClCompile Include="bn_mp_prime_random_ex.c" />
<ClCompile Include="bn_mp_radix_size.c" />
<ClCompile Include="bn_mp_radix_smap.c" />
<ClCompile Include="bn_mp_rand.c" />
<ClCompile Include="bn_mp_read_radix.c" />
<ClCompile Include="bn_mp_read_signed_bin.c" />
<ClCompile Include="bn_mp_read_unsigned_bin.c" />
<ClCompile Include="bn_mp_reduce.c" />
<ClCompile Include="bn_mp_reduce_2k.c" />
<ClCompile Include="bn_mp_reduce_2k_l.c" />
<ClCompile Include="bn_mp_reduce_2k_setup.c" />
<ClCompile Include="bn_mp_reduce_2k_setup_l.c" />
<ClCompile Include="bn_mp_reduce_is_2k.c" />
<ClCompile Include="bn_mp_reduce_is_2k_l.c" />
<ClCompile Include="bn_mp_reduce_setup.c" />
<ClCompile Include="bn_mp_rshd.c" />
<ClCompile Include="bn_mp_set.c" />
<ClCompile Include="bn_mp_set_int.c" />
<ClCompile Include="bn_mp_shrink.c" />
<ClCompile Include="bn_mp_signed_bin_size.c" />
<ClCompile Include="bn_mp_sqr.c" />
<ClCompile Include="bn_mp_sqrmod.c" />
<ClCompile Include="bn_mp_sqrt.c" />
<ClCompile Include="bn_mp_sub.c" />
<ClCompile Include="bn_mp_sub_d.c" />
<ClCompile Include="bn_mp_submod.c" />
<ClCompile Include="bn_mp_to_signed_bin.c" />
<ClCompile Include="bn_mp_to_signed_bin_n.c" />
<ClCompile Include="bn_mp_to_unsigned_bin.c" />
<ClCompile Include="bn_mp_to_unsigned_bin_n.c" />
<ClCompile Include="bn_mp_toom_mul.c" />
<ClCompile Include="bn_mp_toom_sqr.c" />
<ClCompile Include="bn_mp_toradix.c" />
<ClCompile Include="bn_mp_toradix_n.c" />
<ClCompile Include="bn_mp_unsigned_bin_size.c" />
<ClCompile Include="bn_mp_xor.c" />
<ClCompile Include="bn_mp_zero.c" />
<ClCompile Include="bn_prime_tab.c" />
<ClCompile Include="bn_reverse.c" />
<ClCompile Include="bn_s_mp_add.c" />
<ClCompile Include="bn_s_mp_exptmod.c" />
<ClCompile Include="bn_s_mp_mul_digs.c" />
<ClCompile Include="bn_s_mp_mul_high_digs.c" />
<ClCompile Include="bn_s_mp_sqr.c" />
<ClCompile Include="bn_s_mp_sub.c" />
<ClCompile Include="bncore.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="tommath.h" />
<ClInclude Include="tommath_class.h" />
<ClInclude Include="tommath_superclass.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
@@ -1,378 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="src">
<UniqueIdentifier>{d28820c7-38c7-477c-8993-1124bc2d2caf}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="bn_error.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_mp_invmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_mp_montgomery_reduce.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_s_mp_mul_digs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_s_mp_mul_high_digs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_s_mp_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_2expt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_abs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_add.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_add_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_addmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_and.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_clamp.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_clear.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_clear_multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_cmp.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_cmp_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_cmp_mag.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_cnt_lsb.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_copy.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_count_bits.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div_2.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div_2d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div_3.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_dr_is_modulus.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_dr_reduce.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_dr_setup.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_exch.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_expt_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_exptmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_exptmod_fast.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_exteuclid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_fread.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_fwrite.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_gcd.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_get_int.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_grow.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_copy.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_set.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_set_int.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_size.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_invmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_invmod_slow.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_is_square.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_jacobi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_karatsuba_mul.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_karatsuba_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_lcm.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_lshd.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mod_2d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mod_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_montgomery_calc_normalization.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_montgomery_reduce.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_montgomery_setup.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mul.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mul_2.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mul_2d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mul_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mulmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_n_root.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_neg.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_or.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_fermat.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_is_divisible.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_is_prime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_miller_rabin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_next_prime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_rabin_miller_trials.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_random_ex.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_radix_size.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_radix_smap.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_rand.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_read_radix.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_read_signed_bin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_read_unsigned_bin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_2k.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_2k_l.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_2k_setup.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_2k_setup_l.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_is_2k.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_is_2k_l.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_setup.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_rshd.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_set.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_set_int.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_shrink.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_signed_bin_size.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sqrmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sqrt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sub.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sub_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_submod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_to_signed_bin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_to_signed_bin_n.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_to_unsigned_bin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_to_unsigned_bin_n.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_toom_mul.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_toom_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_toradix.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_toradix_n.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_unsigned_bin_size.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_xor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_zero.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_prime_tab.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_reverse.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_add.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_exptmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_mul_digs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_mul_high_digs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_sub.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bncore.c">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="tommath.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="tommath_class.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="tommath_superclass.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
</Project>
-280
View File
@@ -1,280 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.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="Release-PGO|Win32">
<Configuration>Release-PGO</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release-SSE2|Win32">
<Configuration>Release-SSE2</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>libtommath</ProjectName>
<ProjectGuid>{FEDE5283-1518-4B1D-8124-5C54DB17EA57}</ProjectGuid>
<RootNamespace>libtommath</RootNamespace>
<Keyword>Win32Proj</Keyword>
<VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and $(VisualStudioVersion) == ''">$(VCTargetsPath11)</VCTargetsPath>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|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-PGO|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|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>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">$(Configuration)\</IntDir>
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="bn_error.c" />
<ClCompile Include="bn_fast_mp_invmod.c" />
<ClCompile Include="bn_fast_mp_montgomery_reduce.c" />
<ClCompile Include="bn_fast_s_mp_mul_digs.c" />
<ClCompile Include="bn_fast_s_mp_mul_high_digs.c" />
<ClCompile Include="bn_fast_s_mp_sqr.c" />
<ClCompile Include="bn_mp_2expt.c" />
<ClCompile Include="bn_mp_abs.c" />
<ClCompile Include="bn_mp_add.c" />
<ClCompile Include="bn_mp_add_d.c" />
<ClCompile Include="bn_mp_addmod.c" />
<ClCompile Include="bn_mp_and.c" />
<ClCompile Include="bn_mp_clamp.c" />
<ClCompile Include="bn_mp_clear.c" />
<ClCompile Include="bn_mp_clear_multi.c" />
<ClCompile Include="bn_mp_cmp.c" />
<ClCompile Include="bn_mp_cmp_d.c" />
<ClCompile Include="bn_mp_cmp_mag.c" />
<ClCompile Include="bn_mp_cnt_lsb.c" />
<ClCompile Include="bn_mp_copy.c" />
<ClCompile Include="bn_mp_count_bits.c" />
<ClCompile Include="bn_mp_div.c" />
<ClCompile Include="bn_mp_div_2.c" />
<ClCompile Include="bn_mp_div_2d.c" />
<ClCompile Include="bn_mp_div_3.c" />
<ClCompile Include="bn_mp_div_d.c" />
<ClCompile Include="bn_mp_dr_is_modulus.c" />
<ClCompile Include="bn_mp_dr_reduce.c" />
<ClCompile Include="bn_mp_dr_setup.c" />
<ClCompile Include="bn_mp_exch.c" />
<ClCompile Include="bn_mp_expt_d.c" />
<ClCompile Include="bn_mp_exptmod.c" />
<ClCompile Include="bn_mp_exptmod_fast.c" />
<ClCompile Include="bn_mp_exteuclid.c" />
<ClCompile Include="bn_mp_fread.c" />
<ClCompile Include="bn_mp_fwrite.c" />
<ClCompile Include="bn_mp_gcd.c" />
<ClCompile Include="bn_mp_get_int.c" />
<ClCompile Include="bn_mp_grow.c" />
<ClCompile Include="bn_mp_init.c" />
<ClCompile Include="bn_mp_init_copy.c" />
<ClCompile Include="bn_mp_init_multi.c" />
<ClCompile Include="bn_mp_init_set.c" />
<ClCompile Include="bn_mp_init_set_int.c" />
<ClCompile Include="bn_mp_init_size.c" />
<ClCompile Include="bn_mp_invmod.c" />
<ClCompile Include="bn_mp_invmod_slow.c" />
<ClCompile Include="bn_mp_is_square.c" />
<ClCompile Include="bn_mp_jacobi.c" />
<ClCompile Include="bn_mp_karatsuba_mul.c" />
<ClCompile Include="bn_mp_karatsuba_sqr.c" />
<ClCompile Include="bn_mp_lcm.c" />
<ClCompile Include="bn_mp_lshd.c" />
<ClCompile Include="bn_mp_mod.c" />
<ClCompile Include="bn_mp_mod_2d.c" />
<ClCompile Include="bn_mp_mod_d.c" />
<ClCompile Include="bn_mp_montgomery_calc_normalization.c" />
<ClCompile Include="bn_mp_montgomery_reduce.c" />
<ClCompile Include="bn_mp_montgomery_setup.c" />
<ClCompile Include="bn_mp_mul.c" />
<ClCompile Include="bn_mp_mul_2.c" />
<ClCompile Include="bn_mp_mul_2d.c" />
<ClCompile Include="bn_mp_mul_d.c" />
<ClCompile Include="bn_mp_mulmod.c" />
<ClCompile Include="bn_mp_n_root.c" />
<ClCompile Include="bn_mp_neg.c" />
<ClCompile Include="bn_mp_or.c" />
<ClCompile Include="bn_mp_prime_fermat.c" />
<ClCompile Include="bn_mp_prime_is_divisible.c" />
<ClCompile Include="bn_mp_prime_is_prime.c" />
<ClCompile Include="bn_mp_prime_miller_rabin.c" />
<ClCompile Include="bn_mp_prime_next_prime.c" />
<ClCompile Include="bn_mp_prime_rabin_miller_trials.c" />
<ClCompile Include="bn_mp_prime_random_ex.c" />
<ClCompile Include="bn_mp_radix_size.c" />
<ClCompile Include="bn_mp_radix_smap.c" />
<ClCompile Include="bn_mp_rand.c" />
<ClCompile Include="bn_mp_read_radix.c" />
<ClCompile Include="bn_mp_read_signed_bin.c" />
<ClCompile Include="bn_mp_read_unsigned_bin.c" />
<ClCompile Include="bn_mp_reduce.c" />
<ClCompile Include="bn_mp_reduce_2k.c" />
<ClCompile Include="bn_mp_reduce_2k_l.c" />
<ClCompile Include="bn_mp_reduce_2k_setup.c" />
<ClCompile Include="bn_mp_reduce_2k_setup_l.c" />
<ClCompile Include="bn_mp_reduce_is_2k.c" />
<ClCompile Include="bn_mp_reduce_is_2k_l.c" />
<ClCompile Include="bn_mp_reduce_setup.c" />
<ClCompile Include="bn_mp_rshd.c" />
<ClCompile Include="bn_mp_set.c" />
<ClCompile Include="bn_mp_set_int.c" />
<ClCompile Include="bn_mp_shrink.c" />
<ClCompile Include="bn_mp_signed_bin_size.c" />
<ClCompile Include="bn_mp_sqr.c" />
<ClCompile Include="bn_mp_sqrmod.c" />
<ClCompile Include="bn_mp_sqrt.c" />
<ClCompile Include="bn_mp_sub.c" />
<ClCompile Include="bn_mp_sub_d.c" />
<ClCompile Include="bn_mp_submod.c" />
<ClCompile Include="bn_mp_to_signed_bin.c" />
<ClCompile Include="bn_mp_to_signed_bin_n.c" />
<ClCompile Include="bn_mp_to_unsigned_bin.c" />
<ClCompile Include="bn_mp_to_unsigned_bin_n.c" />
<ClCompile Include="bn_mp_toom_mul.c" />
<ClCompile Include="bn_mp_toom_sqr.c" />
<ClCompile Include="bn_mp_toradix.c" />
<ClCompile Include="bn_mp_toradix_n.c" />
<ClCompile Include="bn_mp_unsigned_bin_size.c" />
<ClCompile Include="bn_mp_xor.c" />
<ClCompile Include="bn_mp_zero.c" />
<ClCompile Include="bn_prime_tab.c" />
<ClCompile Include="bn_reverse.c" />
<ClCompile Include="bn_s_mp_add.c" />
<ClCompile Include="bn_s_mp_exptmod.c" />
<ClCompile Include="bn_s_mp_mul_digs.c" />
<ClCompile Include="bn_s_mp_mul_high_digs.c" />
<ClCompile Include="bn_s_mp_sqr.c" />
<ClCompile Include="bn_s_mp_sub.c" />
<ClCompile Include="bncore.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="tommath.h" />
<ClInclude Include="tommath_class.h" />
<ClInclude Include="tommath_superclass.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
@@ -1,378 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="src">
<UniqueIdentifier>{d28820c7-38c7-477c-8993-1124bc2d2caf}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="bn_error.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_mp_invmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_mp_montgomery_reduce.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_s_mp_mul_digs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_s_mp_mul_high_digs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_s_mp_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_2expt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_abs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_add.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_add_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_addmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_and.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_clamp.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_clear.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_clear_multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_cmp.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_cmp_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_cmp_mag.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_cnt_lsb.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_copy.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_count_bits.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div_2.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div_2d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div_3.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_dr_is_modulus.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_dr_reduce.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_dr_setup.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_exch.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_expt_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_exptmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_exptmod_fast.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_exteuclid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_fread.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_fwrite.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_gcd.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_get_int.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_grow.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_copy.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_set.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_set_int.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_size.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_invmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_invmod_slow.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_is_square.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_jacobi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_karatsuba_mul.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_karatsuba_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_lcm.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_lshd.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mod_2d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mod_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_montgomery_calc_normalization.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_montgomery_reduce.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_montgomery_setup.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mul.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mul_2.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mul_2d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mul_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mulmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_n_root.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_neg.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_or.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_fermat.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_is_divisible.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_is_prime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_miller_rabin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_next_prime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_rabin_miller_trials.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_random_ex.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_radix_size.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_radix_smap.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_rand.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_read_radix.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_read_signed_bin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_read_unsigned_bin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_2k.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_2k_l.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_2k_setup.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_2k_setup_l.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_is_2k.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_is_2k_l.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_setup.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_rshd.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_set.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_set_int.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_shrink.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_signed_bin_size.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sqrmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sqrt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sub.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sub_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_submod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_to_signed_bin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_to_signed_bin_n.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_to_unsigned_bin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_to_unsigned_bin_n.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_toom_mul.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_toom_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_toradix.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_toradix_n.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_unsigned_bin_size.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_xor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_zero.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_prime_tab.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_reverse.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_add.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_exptmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_mul_digs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_mul_high_digs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_sub.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bncore.c">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="tommath.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="tommath_class.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="tommath_superclass.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
</Project>
-279
View File
@@ -1,279 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.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="Release-PGO|Win32">
<Configuration>Release-PGO</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release-SSE2|Win32">
<Configuration>Release-SSE2</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>libtommath</ProjectName>
<ProjectGuid>{FEDE5283-1518-4B1D-8124-5C54DB17EA57}</ProjectGuid>
<RootNamespace>libtommath</RootNamespace>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|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-PGO|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|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>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">$(Configuration)\</IntDir>
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-PGO|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSE2|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="bn_error.c" />
<ClCompile Include="bn_fast_mp_invmod.c" />
<ClCompile Include="bn_fast_mp_montgomery_reduce.c" />
<ClCompile Include="bn_fast_s_mp_mul_digs.c" />
<ClCompile Include="bn_fast_s_mp_mul_high_digs.c" />
<ClCompile Include="bn_fast_s_mp_sqr.c" />
<ClCompile Include="bn_mp_2expt.c" />
<ClCompile Include="bn_mp_abs.c" />
<ClCompile Include="bn_mp_add.c" />
<ClCompile Include="bn_mp_add_d.c" />
<ClCompile Include="bn_mp_addmod.c" />
<ClCompile Include="bn_mp_and.c" />
<ClCompile Include="bn_mp_clamp.c" />
<ClCompile Include="bn_mp_clear.c" />
<ClCompile Include="bn_mp_clear_multi.c" />
<ClCompile Include="bn_mp_cmp.c" />
<ClCompile Include="bn_mp_cmp_d.c" />
<ClCompile Include="bn_mp_cmp_mag.c" />
<ClCompile Include="bn_mp_cnt_lsb.c" />
<ClCompile Include="bn_mp_copy.c" />
<ClCompile Include="bn_mp_count_bits.c" />
<ClCompile Include="bn_mp_div.c" />
<ClCompile Include="bn_mp_div_2.c" />
<ClCompile Include="bn_mp_div_2d.c" />
<ClCompile Include="bn_mp_div_3.c" />
<ClCompile Include="bn_mp_div_d.c" />
<ClCompile Include="bn_mp_dr_is_modulus.c" />
<ClCompile Include="bn_mp_dr_reduce.c" />
<ClCompile Include="bn_mp_dr_setup.c" />
<ClCompile Include="bn_mp_exch.c" />
<ClCompile Include="bn_mp_expt_d.c" />
<ClCompile Include="bn_mp_exptmod.c" />
<ClCompile Include="bn_mp_exptmod_fast.c" />
<ClCompile Include="bn_mp_exteuclid.c" />
<ClCompile Include="bn_mp_fread.c" />
<ClCompile Include="bn_mp_fwrite.c" />
<ClCompile Include="bn_mp_gcd.c" />
<ClCompile Include="bn_mp_get_int.c" />
<ClCompile Include="bn_mp_grow.c" />
<ClCompile Include="bn_mp_init.c" />
<ClCompile Include="bn_mp_init_copy.c" />
<ClCompile Include="bn_mp_init_multi.c" />
<ClCompile Include="bn_mp_init_set.c" />
<ClCompile Include="bn_mp_init_set_int.c" />
<ClCompile Include="bn_mp_init_size.c" />
<ClCompile Include="bn_mp_invmod.c" />
<ClCompile Include="bn_mp_invmod_slow.c" />
<ClCompile Include="bn_mp_is_square.c" />
<ClCompile Include="bn_mp_jacobi.c" />
<ClCompile Include="bn_mp_karatsuba_mul.c" />
<ClCompile Include="bn_mp_karatsuba_sqr.c" />
<ClCompile Include="bn_mp_lcm.c" />
<ClCompile Include="bn_mp_lshd.c" />
<ClCompile Include="bn_mp_mod.c" />
<ClCompile Include="bn_mp_mod_2d.c" />
<ClCompile Include="bn_mp_mod_d.c" />
<ClCompile Include="bn_mp_montgomery_calc_normalization.c" />
<ClCompile Include="bn_mp_montgomery_reduce.c" />
<ClCompile Include="bn_mp_montgomery_setup.c" />
<ClCompile Include="bn_mp_mul.c" />
<ClCompile Include="bn_mp_mul_2.c" />
<ClCompile Include="bn_mp_mul_2d.c" />
<ClCompile Include="bn_mp_mul_d.c" />
<ClCompile Include="bn_mp_mulmod.c" />
<ClCompile Include="bn_mp_n_root.c" />
<ClCompile Include="bn_mp_neg.c" />
<ClCompile Include="bn_mp_or.c" />
<ClCompile Include="bn_mp_prime_fermat.c" />
<ClCompile Include="bn_mp_prime_is_divisible.c" />
<ClCompile Include="bn_mp_prime_is_prime.c" />
<ClCompile Include="bn_mp_prime_miller_rabin.c" />
<ClCompile Include="bn_mp_prime_next_prime.c" />
<ClCompile Include="bn_mp_prime_rabin_miller_trials.c" />
<ClCompile Include="bn_mp_prime_random_ex.c" />
<ClCompile Include="bn_mp_radix_size.c" />
<ClCompile Include="bn_mp_radix_smap.c" />
<ClCompile Include="bn_mp_rand.c" />
<ClCompile Include="bn_mp_read_radix.c" />
<ClCompile Include="bn_mp_read_signed_bin.c" />
<ClCompile Include="bn_mp_read_unsigned_bin.c" />
<ClCompile Include="bn_mp_reduce.c" />
<ClCompile Include="bn_mp_reduce_2k.c" />
<ClCompile Include="bn_mp_reduce_2k_l.c" />
<ClCompile Include="bn_mp_reduce_2k_setup.c" />
<ClCompile Include="bn_mp_reduce_2k_setup_l.c" />
<ClCompile Include="bn_mp_reduce_is_2k.c" />
<ClCompile Include="bn_mp_reduce_is_2k_l.c" />
<ClCompile Include="bn_mp_reduce_setup.c" />
<ClCompile Include="bn_mp_rshd.c" />
<ClCompile Include="bn_mp_set.c" />
<ClCompile Include="bn_mp_set_int.c" />
<ClCompile Include="bn_mp_shrink.c" />
<ClCompile Include="bn_mp_signed_bin_size.c" />
<ClCompile Include="bn_mp_sqr.c" />
<ClCompile Include="bn_mp_sqrmod.c" />
<ClCompile Include="bn_mp_sqrt.c" />
<ClCompile Include="bn_mp_sub.c" />
<ClCompile Include="bn_mp_sub_d.c" />
<ClCompile Include="bn_mp_submod.c" />
<ClCompile Include="bn_mp_to_signed_bin.c" />
<ClCompile Include="bn_mp_to_signed_bin_n.c" />
<ClCompile Include="bn_mp_to_unsigned_bin.c" />
<ClCompile Include="bn_mp_to_unsigned_bin_n.c" />
<ClCompile Include="bn_mp_toom_mul.c" />
<ClCompile Include="bn_mp_toom_sqr.c" />
<ClCompile Include="bn_mp_toradix.c" />
<ClCompile Include="bn_mp_toradix_n.c" />
<ClCompile Include="bn_mp_unsigned_bin_size.c" />
<ClCompile Include="bn_mp_xor.c" />
<ClCompile Include="bn_mp_zero.c" />
<ClCompile Include="bn_prime_tab.c" />
<ClCompile Include="bn_reverse.c" />
<ClCompile Include="bn_s_mp_add.c" />
<ClCompile Include="bn_s_mp_exptmod.c" />
<ClCompile Include="bn_s_mp_mul_digs.c" />
<ClCompile Include="bn_s_mp_mul_high_digs.c" />
<ClCompile Include="bn_s_mp_sqr.c" />
<ClCompile Include="bn_s_mp_sub.c" />
<ClCompile Include="bncore.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="tommath.h" />
<ClInclude Include="tommath_class.h" />
<ClInclude Include="tommath_superclass.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
@@ -1,378 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="src">
<UniqueIdentifier>{d28820c7-38c7-477c-8993-1124bc2d2caf}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="bn_error.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_mp_invmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_mp_montgomery_reduce.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_s_mp_mul_digs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_s_mp_mul_high_digs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_fast_s_mp_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_2expt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_abs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_add.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_add_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_addmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_and.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_clamp.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_clear.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_clear_multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_cmp.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_cmp_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_cmp_mag.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_cnt_lsb.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_copy.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_count_bits.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div_2.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div_2d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div_3.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_div_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_dr_is_modulus.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_dr_reduce.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_dr_setup.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_exch.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_expt_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_exptmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_exptmod_fast.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_exteuclid.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_fread.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_fwrite.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_gcd.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_get_int.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_grow.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_copy.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_multi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_set.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_set_int.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_init_size.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_invmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_invmod_slow.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_is_square.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_jacobi.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_karatsuba_mul.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_karatsuba_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_lcm.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_lshd.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mod_2d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mod_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_montgomery_calc_normalization.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_montgomery_reduce.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_montgomery_setup.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mul.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mul_2.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mul_2d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mul_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_mulmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_n_root.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_neg.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_or.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_fermat.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_is_divisible.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_is_prime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_miller_rabin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_next_prime.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_rabin_miller_trials.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_prime_random_ex.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_radix_size.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_radix_smap.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_rand.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_read_radix.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_read_signed_bin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_read_unsigned_bin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_2k.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_2k_l.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_2k_setup.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_2k_setup_l.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_is_2k.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_is_2k_l.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_reduce_setup.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_rshd.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_set.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_set_int.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_shrink.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_signed_bin_size.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sqrmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sqrt.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sub.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_sub_d.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_submod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_to_signed_bin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_to_signed_bin_n.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_to_unsigned_bin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_to_unsigned_bin_n.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_toom_mul.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_toom_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_toradix.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_toradix_n.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_unsigned_bin_size.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_xor.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_mp_zero.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_prime_tab.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_reverse.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_add.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_exptmod.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_mul_digs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_mul_high_digs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_sqr.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bn_s_mp_sub.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="bncore.c">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="tommath.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="tommath_class.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="tommath_superclass.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
</Project>
-61
View File
@@ -1,61 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StepMania", "StepMania-net2008.vcproj", "{AF209DBD-24BD-4356-8DFE-41751B221195}"
ProjectSection(ProjectDependencies) = postProject
{FEDE5283-1518-4B1D-8124-5C54DB17EA57} = {FEDE5283-1518-4B1D-8124-5C54DB17EA57}
{14AA6C9A-9429-477A-B318-6CCFF10E4527} = {14AA6C9A-9429-477A-B318-6CCFF10E4527}
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9} = {F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtommath", "libtommath\libtommath-net2008.vcproj", "{FEDE5283-1518-4B1D-8124-5C54DB17EA57}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtomcrypt", "libtomcrypt\libtomcrypt-net2008.vcproj", "{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libglew", "..\extern\glew-1.5.8\libglew\libglew.vcproj", "{14AA6C9A-9429-477A-B318-6CCFF10E4527}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
FastDebug|Win32 = FastDebug|Win32
Release|Win32 = Release|Win32
Release-SSE2|Win32 = Release-SSE2|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF209DBD-24BD-4356-8DFE-41751B221195}.Debug|Win32.ActiveCfg = Debug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Debug|Win32.Build.0 = Debug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.FastDebug|Win32.ActiveCfg = FastDebug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.FastDebug|Win32.Build.0 = FastDebug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release|Win32.ActiveCfg = Release|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release|Win32.Build.0 = Release|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Debug|Win32.ActiveCfg = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Debug|Win32.Build.0 = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.FastDebug|Win32.ActiveCfg = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.FastDebug|Win32.Build.0 = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release|Win32.ActiveCfg = Release|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release|Win32.Build.0 = Release|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Debug|Win32.ActiveCfg = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Debug|Win32.Build.0 = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.FastDebug|Win32.ActiveCfg = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.FastDebug|Win32.Build.0 = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release|Win32.ActiveCfg = Release|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release|Win32.Build.0 = Release|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.Debug|Win32.ActiveCfg = Debug|Win32
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.Debug|Win32.Build.0 = Debug|Win32
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.FastDebug|Win32.ActiveCfg = Debug|Win32
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.FastDebug|Win32.Build.0 = Debug|Win32
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.Release|Win32.ActiveCfg = Release|Win32
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.Release|Win32.Build.0 = Release|Win32
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.Release-SSE2|Win32.ActiveCfg = Release|Win32
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.Release-SSE2|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
-46
View File
@@ -1,46 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StepMania", "StepMania-net2010.vcxproj", "{AF209DBD-24BD-4356-8DFE-41751B221195}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtommath", "libtommath\libtommath-net2010.vcxproj", "{FEDE5283-1518-4B1D-8124-5C54DB17EA57}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtomcrypt", "libtomcrypt\libtomcrypt-net2010.vcxproj", "{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
FastDebug|Win32 = FastDebug|Win32
Release|Win32 = Release|Win32
Release-SSE2|Win32 = Release-SSE2|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF209DBD-24BD-4356-8DFE-41751B221195}.Debug|Win32.ActiveCfg = Debug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Debug|Win32.Build.0 = Debug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.FastDebug|Win32.ActiveCfg = FastDebug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.FastDebug|Win32.Build.0 = FastDebug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release|Win32.ActiveCfg = Release|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release|Win32.Build.0 = Release|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Debug|Win32.ActiveCfg = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Debug|Win32.Build.0 = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.FastDebug|Win32.ActiveCfg = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.FastDebug|Win32.Build.0 = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release|Win32.ActiveCfg = Release|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release|Win32.Build.0 = Release|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Debug|Win32.ActiveCfg = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Debug|Win32.Build.0 = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.FastDebug|Win32.ActiveCfg = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.FastDebug|Win32.Build.0 = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release|Win32.ActiveCfg = Release|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release|Win32.Build.0 = Release|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
-96
View File
@@ -1,96 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StepMania", "StepMania-net2011.vcxproj", "{AF209DBD-24BD-4356-8DFE-41751B221195}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtommath", "libtommath\libtommath-net2011.vcxproj", "{FEDE5283-1518-4B1D-8124-5C54DB17EA57}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtomcrypt", "libtomcrypt\libtomcrypt-net2011.vcxproj", "{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libpcre", "..\extern\pcre\libpcre-net2011.vcxproj", "{91920268-4395-419F-8CE5-DA7E11A5C1FD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libpng", "..\extern\libpng\libpng-net2011.vcxproj", "{046C857A-41C5-4E87-AD44-462AB17BBF4F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libglew", "..\extern\glew-1.5.8\libglew-net2011.vcxproj", "{9522F2E6-FFEB-4620-9EE2-79353A55671B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblua", "..\extern\lua-5.1\liblua-net2011.vcxproj", "{0555A743-D202-409C-A331-349FEE971025}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libjson", "..\extern\jsoncpp\libjson-net2011.vcxproj", "{0DCAA088-FC09-4422-892B-8E89F1F798CB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
FastDebug|Win32 = FastDebug|Win32
Release|Win32 = Release|Win32
Release-SSE2|Win32 = Release-SSE2|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF209DBD-24BD-4356-8DFE-41751B221195}.Debug|Win32.ActiveCfg = Debug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Debug|Win32.Build.0 = Debug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.FastDebug|Win32.ActiveCfg = FastDebug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.FastDebug|Win32.Build.0 = FastDebug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release|Win32.ActiveCfg = Release|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release|Win32.Build.0 = Release|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Debug|Win32.ActiveCfg = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Debug|Win32.Build.0 = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.FastDebug|Win32.ActiveCfg = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.FastDebug|Win32.Build.0 = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release|Win32.ActiveCfg = Release|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release|Win32.Build.0 = Release|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Debug|Win32.ActiveCfg = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Debug|Win32.Build.0 = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.FastDebug|Win32.ActiveCfg = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.FastDebug|Win32.Build.0 = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release|Win32.ActiveCfg = Release|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release|Win32.Build.0 = Release|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
{91920268-4395-419F-8CE5-DA7E11A5C1FD}.Debug|Win32.ActiveCfg = Debug|Win32
{91920268-4395-419F-8CE5-DA7E11A5C1FD}.Debug|Win32.Build.0 = Debug|Win32
{91920268-4395-419F-8CE5-DA7E11A5C1FD}.FastDebug|Win32.ActiveCfg = Debug|Win32
{91920268-4395-419F-8CE5-DA7E11A5C1FD}.FastDebug|Win32.Build.0 = Debug|Win32
{91920268-4395-419F-8CE5-DA7E11A5C1FD}.Release|Win32.ActiveCfg = Release|Win32
{91920268-4395-419F-8CE5-DA7E11A5C1FD}.Release|Win32.Build.0 = Release|Win32
{91920268-4395-419F-8CE5-DA7E11A5C1FD}.Release-SSE2|Win32.ActiveCfg = Release|Win32
{91920268-4395-419F-8CE5-DA7E11A5C1FD}.Release-SSE2|Win32.Build.0 = Release|Win32
{046C857A-41C5-4E87-AD44-462AB17BBF4F}.Debug|Win32.ActiveCfg = Debug|Win32
{046C857A-41C5-4E87-AD44-462AB17BBF4F}.Debug|Win32.Build.0 = Debug|Win32
{046C857A-41C5-4E87-AD44-462AB17BBF4F}.FastDebug|Win32.ActiveCfg = Debug|Win32
{046C857A-41C5-4E87-AD44-462AB17BBF4F}.FastDebug|Win32.Build.0 = Debug|Win32
{046C857A-41C5-4E87-AD44-462AB17BBF4F}.Release|Win32.ActiveCfg = Release|Win32
{046C857A-41C5-4E87-AD44-462AB17BBF4F}.Release|Win32.Build.0 = Release|Win32
{046C857A-41C5-4E87-AD44-462AB17BBF4F}.Release-SSE2|Win32.ActiveCfg = Release|Win32
{046C857A-41C5-4E87-AD44-462AB17BBF4F}.Release-SSE2|Win32.Build.0 = Release|Win32
{9522F2E6-FFEB-4620-9EE2-79353A55671B}.Debug|Win32.ActiveCfg = Debug|Win32
{9522F2E6-FFEB-4620-9EE2-79353A55671B}.Debug|Win32.Build.0 = Debug|Win32
{9522F2E6-FFEB-4620-9EE2-79353A55671B}.FastDebug|Win32.ActiveCfg = Debug|Win32
{9522F2E6-FFEB-4620-9EE2-79353A55671B}.FastDebug|Win32.Build.0 = Debug|Win32
{9522F2E6-FFEB-4620-9EE2-79353A55671B}.Release|Win32.ActiveCfg = Release|Win32
{9522F2E6-FFEB-4620-9EE2-79353A55671B}.Release|Win32.Build.0 = Release|Win32
{9522F2E6-FFEB-4620-9EE2-79353A55671B}.Release-SSE2|Win32.ActiveCfg = Release|Win32
{9522F2E6-FFEB-4620-9EE2-79353A55671B}.Release-SSE2|Win32.Build.0 = Release|Win32
{0555A743-D202-409C-A331-349FEE971025}.Debug|Win32.ActiveCfg = Debug|Win32
{0555A743-D202-409C-A331-349FEE971025}.Debug|Win32.Build.0 = Debug|Win32
{0555A743-D202-409C-A331-349FEE971025}.FastDebug|Win32.ActiveCfg = Debug|Win32
{0555A743-D202-409C-A331-349FEE971025}.FastDebug|Win32.Build.0 = Debug|Win32
{0555A743-D202-409C-A331-349FEE971025}.Release|Win32.ActiveCfg = Release|Win32
{0555A743-D202-409C-A331-349FEE971025}.Release|Win32.Build.0 = Release|Win32
{0555A743-D202-409C-A331-349FEE971025}.Release-SSE2|Win32.ActiveCfg = Release|Win32
{0555A743-D202-409C-A331-349FEE971025}.Release-SSE2|Win32.Build.0 = Release|Win32
{0DCAA088-FC09-4422-892B-8E89F1F798CB}.Debug|Win32.ActiveCfg = Debug|Win32
{0DCAA088-FC09-4422-892B-8E89F1F798CB}.Debug|Win32.Build.0 = Debug|Win32
{0DCAA088-FC09-4422-892B-8E89F1F798CB}.FastDebug|Win32.ActiveCfg = Debug|Win32
{0DCAA088-FC09-4422-892B-8E89F1F798CB}.FastDebug|Win32.Build.0 = Debug|Win32
{0DCAA088-FC09-4422-892B-8E89F1F798CB}.Release|Win32.ActiveCfg = Release|Win32
{0DCAA088-FC09-4422-892B-8E89F1F798CB}.Release|Win32.Build.0 = Release|Win32
{0DCAA088-FC09-4422-892B-8E89F1F798CB}.Release-SSE2|Win32.ActiveCfg = Release|Win32
{0DCAA088-FC09-4422-892B-8E89F1F798CB}.Release-SSE2|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
-48
View File
@@ -1,48 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StepMania", "StepMania-net2013.vcxproj", "{AF209DBD-24BD-4356-8DFE-41751B221195}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtommath", "libtommath\libtommath-net2013.vcxproj", "{FEDE5283-1518-4B1D-8124-5C54DB17EA57}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtomcrypt", "libtomcrypt\libtomcrypt-net2013.vcxproj", "{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
FastDebug|Win32 = FastDebug|Win32
Release|Win32 = Release|Win32
Release-SSE2|Win32 = Release-SSE2|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF209DBD-24BD-4356-8DFE-41751B221195}.Debug|Win32.ActiveCfg = Debug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Debug|Win32.Build.0 = Debug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.FastDebug|Win32.ActiveCfg = FastDebug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.FastDebug|Win32.Build.0 = FastDebug|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release|Win32.ActiveCfg = Release|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release|Win32.Build.0 = Release|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Debug|Win32.ActiveCfg = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Debug|Win32.Build.0 = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.FastDebug|Win32.ActiveCfg = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.FastDebug|Win32.Build.0 = Debug|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release|Win32.ActiveCfg = Release|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release|Win32.Build.0 = Release|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Debug|Win32.ActiveCfg = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Debug|Win32.Build.0 = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.FastDebug|Win32.ActiveCfg = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.FastDebug|Win32.Build.0 = Debug|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release|Win32.ActiveCfg = Release|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release|Win32.Build.0 = Release|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal