project file
This commit is contained in:
@@ -0,0 +1,778 @@
|
||||
<?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="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-net2005/$(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="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-net2005/$(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>
|
||||
@@ -0,0 +1,644 @@
|
||||
<?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="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-net2005/$(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="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-net2005/$(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>
|
||||
Reference in New Issue
Block a user