summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-05-25 22:38:13 -0700
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-05-25 22:38:13 -0700
commitaf7272b5d86a353809256e533802c66110ff2510 (patch)
tree74085434a13c239c87116aec1329eb7adcf2b1f8
parenta81953a4e1f4e5b2b8595bac1ddcbae88a7b2f50 (diff)
Splitting libtommcrypt.
-rw-r--r--win32/project/Balau.vcxproj357
-rw-r--r--win32/project/Balau.vcxproj.filters1161
-rw-r--r--win32/project/pthreads.vcxproj4
-rw-r--r--win32/project/tomcrypt.vcxproj504
-rw-r--r--win32/project/tomcrypt.vcxproj.filters1167
-rw-r--r--win32/project/tommath.vcxproj4
6 files changed, 1679 insertions, 1518 deletions
diff --git a/win32/project/Balau.vcxproj b/win32/project/Balau.vcxproj
index 30afcc2..11bb2b1 100644
--- a/win32/project/Balau.vcxproj
+++ b/win32/project/Balau.vcxproj
@@ -215,349 +215,6 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\aes\aes.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\aes\aes_tab.c">
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\anubis.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\blowfish.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\camellia.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\cast5.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\des.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\kasumi.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\khazad.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\kseed.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\multi2.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\noekeon.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\rc2.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\rc5.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\rc6.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\safer\safer.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\safer\saferp.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\safer\safer_tab.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\skipjack.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\twofish\twofish.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\twofish\twofish_tab.c" />
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\xtea.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ccm\ccm_memory.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ccm\ccm_memory_ex.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ccm\ccm_test.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_addheader.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_decrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_decrypt_verify_memory.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_encrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_encrypt_authenticate_memory.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_init.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_test.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_add_aad.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_add_iv.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_gf_mult.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_init.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_memory.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_mult_h.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_process.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_reset.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_test.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_decrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_decrypt_verify_memory.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_done_decrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_done_encrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_encrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_encrypt_authenticate_memory.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_init.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_ntz.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_shift_xor.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_test.c" />
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\s_ocb_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\chc\chc.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_file.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_filehandle.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_memory.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_memory_multi.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\md2.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\md4.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\md5.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd128.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd160.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd256.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd320.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\sha1.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha224.c">
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha256.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha384.c">
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha512.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\tiger.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\whirl\whirl.c" />
- <ClCompile Include="..\..\libtomcrypt\src\hashes\whirl\whirltab.c">
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_file.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_init.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_memory.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_memory_multi.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_process.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_test.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_file.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_init.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_memory.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_memory_multi.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_process.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_test.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_file.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_init.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_memory.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_memory_multi.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_process.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_test.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\pelican\pelican.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\pelican\pelican_memory.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\pelican\pelican_test.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_file.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_init.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_memory.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_memory_multi.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_ntz.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_process.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_shift_xor.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_test.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_file.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_init.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_memory.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_memory_multi.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_process.c" />
- <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_test.c" />
- <ClCompile Include="..\..\libtomcrypt\src\math\fp\ltc_ecc_fp_mulmod.c" />
- <ClCompile Include="..\..\libtomcrypt\src\math\gmp_desc.c" />
- <ClCompile Include="..\..\libtomcrypt\src\math\ltm_desc.c" />
- <ClCompile Include="..\..\libtomcrypt\src\math\multi.c" />
- <ClCompile Include="..\..\libtomcrypt\src\math\rand_prime.c" />
- <ClCompile Include="..\..\libtomcrypt\src\math\tfm_desc.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\base64\base64_decode.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\base64\base64_encode.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\burn_stack.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_argchk.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_cipher_descriptor.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_cipher_is_valid.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_cipher.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_cipher_any.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_cipher_id.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash_any.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash_id.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash_oid.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_prng.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_fsa.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_hash_descriptor.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_hash_is_valid.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_ltc_mp_descriptor.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_prng_descriptor.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_prng_is_valid.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_register_cipher.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_register_hash.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_register_prng.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_unregister_cipher.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_unregister_hash.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_unregister_prng.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\error_to_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\pkcs5\pkcs_5_1.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\pkcs5\pkcs_5_2.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\pk_get_oid.c" />
- <ClCompile Include="..\..\libtomcrypt\src\misc\zeromem.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_decrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_encrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_getiv.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_setiv.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_start.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_decrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_encrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_getiv.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_setiv.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_start.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_decrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_encrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_getiv.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_setiv.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_start.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_test.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_decrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_encrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_start.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_decrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_encrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_getiv.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_setiv.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_start.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_test_mode.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_decrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_encrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_getiv.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_process.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_setiv.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_start.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_test.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_decrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_encrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_getiv.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_setiv.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_start.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_decrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_done.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_encrypt.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_init.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_mult_x.c" />
- <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_test.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_decode_bit_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_decode_raw_bit_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_encode_bit_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_encode_raw_bit_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_length_bit_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\boolean\der_decode_boolean.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\boolean\der_encode_boolean.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\boolean\der_length_boolean.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\choice\der_decode_choice.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\ia5\der_decode_ia5_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\ia5\der_encode_ia5_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\ia5\der_length_ia5_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\integer\der_decode_integer.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\integer\der_encode_integer.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\integer\der_length_integer.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\object_identifier\der_decode_object_identifier.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\object_identifier\der_encode_object_identifier.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\object_identifier\der_length_object_identifier.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\octet\der_decode_octet_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\octet\der_encode_octet_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\octet\der_length_octet_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\printable_string\der_decode_printable_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\printable_string\der_encode_printable_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\printable_string\der_length_printable_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_sequence_ex.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_sequence_flexi.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_sequence_multi.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_subject_public_key_info.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_encode_sequence_ex.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_encode_sequence_multi.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_encode_subject_public_key_info.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_length_sequence.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_sequence_free.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\set\der_encode_set.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\set\der_encode_setof.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\short_integer\der_decode_short_integer.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\short_integer\der_encode_short_integer.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\short_integer\der_length_short_integer.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utctime\der_decode_utctime.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utctime\der_encode_utctime.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utctime\der_length_utctime.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utf8\der_decode_utf8_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utf8\der_encode_utf8_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utf8\der_length_utf8_string.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\dh\dh.c">
- <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4290;4800;4703</DisableSpecificWarnings>
- <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4290;4800;4703</DisableSpecificWarnings>
- <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">4290;4800;4703</DisableSpecificWarnings>
- <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|x64'">4290;4800;4703</DisableSpecificWarnings>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_decrypt_key.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_encrypt_key.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_export.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_free.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_import.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_make_key.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_shared_secret.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_sign_hash.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_verify_hash.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_verify_key.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_ansi_x963_export.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_ansi_x963_import.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_decrypt_key.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_encrypt_key.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_export.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_free.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_get_size.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_import.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_make_key.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_shared_secret.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_sign_hash.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_sizes.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_test.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_verify_hash.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_is_valid_idx.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_map.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod_timing.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_points.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_decrypt_key.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_encrypt_key.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_export.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_exptmod.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_free.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_import.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_make_key.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_i2osp.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_encode.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_os2ip.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_encode.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_encode.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_decrypt_key.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_encrypt_key.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_export.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_exptmod.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_free.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_import.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_make_key.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_sign_hash.c" />
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_verify_hash.c" />
- <ClCompile Include="..\..\libtomcrypt\src\prngs\fortuna.c" />
- <ClCompile Include="..\..\libtomcrypt\src\prngs\rc4.c" />
- <ClCompile Include="..\..\libtomcrypt\src\prngs\rng_get_bytes.c" />
- <ClCompile Include="..\..\libtomcrypt\src\prngs\rng_make_prng.c" />
- <ClCompile Include="..\..\libtomcrypt\src\prngs\sober128.c" />
- <ClCompile Include="..\..\libtomcrypt\src\prngs\sober128tab.c">
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\prngs\sprng.c" />
- <ClCompile Include="..\..\libtomcrypt\src\prngs\yarrow.c" />
<ClCompile Include="..\..\src\Async.cc" />
<ClCompile Include="..\..\src\Base64.cc" />
<ClCompile Include="..\..\src\BigInt.cc" />
@@ -598,7 +255,6 @@
<ClCompile Include="..\..\src\Threads.cc" />
<ClCompile Include="..\..\src\ZHandle.cc" />
<ClCompile Include="..\regex\msvc-regex.c" />
- <ClCompile Include="..\tomcrypt_aes_enc.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\includes\Async.h" />
@@ -642,19 +298,6 @@
<ClInclude Include="..\..\libev\event_compat.h" />
<ClInclude Include="..\..\libev\ev_vars.h" />
<ClInclude Include="..\..\libev\ev_wrap.h" />
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt.h" />
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_argchk.h" />
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_cfg.h" />
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_cipher.h" />
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_custom.h" />
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_hash.h" />
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_mac.h" />
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_macros.h" />
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_math.h" />
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_misc.h" />
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_pk.h" />
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_pkcs.h" />
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_prng.h" />
<ClInclude Include="..\..\msvc-config.h" />
<ClInclude Include="..\..\src\jsoncpp\include\json\autolink.h" />
<ClInclude Include="..\..\src\jsoncpp\include\json\config.h" />
diff --git a/win32/project/Balau.vcxproj.filters b/win32/project/Balau.vcxproj.filters
index 703edd4..5811d03 100644
--- a/win32/project/Balau.vcxproj.filters
+++ b/win32/project/Balau.vcxproj.filters
@@ -19,186 +19,6 @@
<Filter Include="Third Party\jsoncpp">
<UniqueIdentifier>{590f1cba-186b-465c-b0d9-e2b68a9d9c34}</UniqueIdentifier>
</Filter>
- <Filter Include="Third Party\tomcrypt">
- <UniqueIdentifier>{5bd9abad-0cad-4ac1-a4c2-0e259ff9618a}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\prngs">
- <UniqueIdentifier>{2f85e1d9-8e95-4270-826b-149d46911d07}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\ciphers">
- <UniqueIdentifier>{aa9b4d1a-0349-49e4-9c8e-d69927df4b4e}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\ciphers\aes">
- <UniqueIdentifier>{d76256b0-e85e-4e98-a310-3b086fa969f2}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\ciphers\safer">
- <UniqueIdentifier>{636e80f7-0560-4dd8-8e43-6dec8a79b3ff}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\ciphers\twofish">
- <UniqueIdentifier>{67b3d10e-314e-4fc0-bf39-7e0d2ddca3d2}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\encauth">
- <UniqueIdentifier>{c32aa7d0-19f8-4b1c-bb9d-9cd27d26ac0a}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\encauth\ccm">
- <UniqueIdentifier>{a798d948-6a83-481c-8836-668e624b9fba}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\encauth\eax">
- <UniqueIdentifier>{fa808607-bdb9-4848-981a-94e02da68fbc}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\encauth\gcm">
- <UniqueIdentifier>{6d7dd1d5-6199-4ec0-a7bc-fbd7567f240a}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\encauth\ocb">
- <UniqueIdentifier>{d66d64b5-0eec-4167-9c27-082503d0cfae}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\hashes">
- <UniqueIdentifier>{1aa28207-9525-4151-954c-0d574ccf52eb}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\hashes\helper">
- <UniqueIdentifier>{35ebdf2a-ab76-463e-939a-919dc343a5e8}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\hashes\sha2">
- <UniqueIdentifier>{3fe356e7-6e22-48a6-89e2-0ed45ec611cf}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\hashes\whirl">
- <UniqueIdentifier>{bcfb212a-b6f6-4de8-9999-7e4f2d0f0ef1}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\headers">
- <UniqueIdentifier>{c6a470d2-77b6-4ad4-a98e-690283f10107}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\mac">
- <UniqueIdentifier>{89aa962a-312c-472b-8428-917641b35789}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\mac\f9">
- <UniqueIdentifier>{7b67d57a-6205-416e-911b-c15dd4050308}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\mac\hmac">
- <UniqueIdentifier>{e9e1dfcb-ec5d-439f-b0ef-a147c760c0e8}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\mac\omac">
- <UniqueIdentifier>{1f6b1830-8e32-4520-8ea7-831582eee2be}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\mac\pelican">
- <UniqueIdentifier>{5526b68e-fb21-4d39-aa71-716e50d04093}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\mac\pmac">
- <UniqueIdentifier>{3677fc5f-d0df-4af3-91a2-7581ab8aca63}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\mac\xcbc">
- <UniqueIdentifier>{d4a3a569-3e86-4d1d-8d17-0859432cc788}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\math">
- <UniqueIdentifier>{596a16a3-0cb3-4d03-a16e-647328fbaf5b}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\math\fp">
- <UniqueIdentifier>{472a4f66-af49-430c-95e0-b5cbd96b8c43}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\misc">
- <UniqueIdentifier>{dcc706b3-c62c-4c50-9119-5bc8b2d327aa}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\misc\base64">
- <UniqueIdentifier>{fc944bd0-bf90-4e78-b8b9-ae48cde338ca}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\misc\crypt">
- <UniqueIdentifier>{f2b7b243-e05f-471a-a057-6d5a82e3ea2d}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\misc\pkcs">
- <UniqueIdentifier>{90a473db-6b9c-4fa4-88f6-dde2a8a86729}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\modes">
- <UniqueIdentifier>{dcd58906-03ac-4088-a07e-71836a5305b4}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\modes\cbc">
- <UniqueIdentifier>{28477a2d-4965-4294-b5e0-b6f51b498d56}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\modes\cfb">
- <UniqueIdentifier>{057f79bb-f093-4a1b-a335-8ed0e8c3c3bd}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\modes\ctr">
- <UniqueIdentifier>{e0d04ffe-cf83-4c0b-88f4-be70276d1be5}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\modes\ecb">
- <UniqueIdentifier>{88130ec6-a814-4071-9566-0b93181efea7}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\modes\f8">
- <UniqueIdentifier>{6cb1d7d0-b94c-468e-b84b-93180cef492c}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\modes\lrw">
- <UniqueIdentifier>{663a5e98-a48c-420b-84aa-8db734b09168}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\modes\ofb">
- <UniqueIdentifier>{74501557-dbf8-4765-ac08-6e4d64182fba}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\modes\xts">
- <UniqueIdentifier>{a5b53bb8-11f0-47e0-9682-e8d9a5c0d6dd}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk">
- <UniqueIdentifier>{acd59211-4020-4f1b-a6f6-374194460ac6}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1">
- <UniqueIdentifier>{279c95d1-02ef-439f-b6ea-74fe58489fdd}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1\der">
- <UniqueIdentifier>{5ba4a671-470a-4961-a242-fdd24841502a}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1\der\bit">
- <UniqueIdentifier>{b0452063-c6a8-4063-904b-aece1880ae20}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1\der\boolean">
- <UniqueIdentifier>{c6005fb2-d014-4501-854d-c27730bf04a1}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1\der\choice">
- <UniqueIdentifier>{3356d8a0-2405-417b-b19c-47505dc547e8}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1\der\ia5">
- <UniqueIdentifier>{271406bc-4184-4b4e-a022-10863a92e4fe}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1\der\integer">
- <UniqueIdentifier>{298f3a19-6051-4da5-87f2-66ea1b5ae24b}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1\der\object_identifier">
- <UniqueIdentifier>{8f65cf88-7006-4db7-b0d1-bb92b0b40a41}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1\der\octet">
- <UniqueIdentifier>{791aec85-b610-412e-99d3-d6e0c6edcf9a}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1\der\printable_string">
- <UniqueIdentifier>{bcd86e81-e6c8-4e77-ab62-9a726795aea4}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1\der\sequence">
- <UniqueIdentifier>{55542eb7-cbca-481c-87a7-1028d971e041}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1\der\set">
- <UniqueIdentifier>{6a9f7194-c099-40a4-b89f-03baaec41dda}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1\der\short_integer">
- <UniqueIdentifier>{e509bf62-b46b-44c7-ad1d-3860f9348aa5}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1\der\utctime">
- <UniqueIdentifier>{dc01a66a-0664-4af5-929a-265d7c13076f}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\asn1\der\utf8">
- <UniqueIdentifier>{e8d875b8-31dc-452a-9a96-9c6155ce2908}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\dsa">
- <UniqueIdentifier>{2245674b-edb3-4087-8da5-3c0a9b3bde29}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\ecc">
- <UniqueIdentifier>{c33ec9a0-515b-46af-9c01-adc4a2f74e85}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\katja">
- <UniqueIdentifier>{6d93009b-5455-40f0-a9bf-5888560a1e8b}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\pkcs1">
- <UniqueIdentifier>{07c909fc-ff84-41a9-95ea-5e7a9ae7bea6}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\rsa">
- <UniqueIdentifier>{c6a7108d-e583-4ba1-a876-a34155d6cdc7}</UniqueIdentifier>
- </Filter>
- <Filter Include="Third Party\tomcrypt\pk\dh">
- <UniqueIdentifier>{73150948-3b85-4587-8ded-c645620e031c}</UniqueIdentifier>
- </Filter>
<Filter Include="Third Party\lcrypt">
<UniqueIdentifier>{b7c1083c-5e02-4f73-b973-73dfb07f1a9f}</UniqueIdentifier>
</Filter>
@@ -333,948 +153,6 @@
<ClCompile Include="..\..\src\jsoncpp\src\json_writer.cpp">
<Filter>Third Party\jsoncpp</Filter>
</ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\prngs\fortuna.c">
- <Filter>Third Party\tomcrypt\prngs</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\prngs\rc4.c">
- <Filter>Third Party\tomcrypt\prngs</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\prngs\rng_get_bytes.c">
- <Filter>Third Party\tomcrypt\prngs</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\prngs\rng_make_prng.c">
- <Filter>Third Party\tomcrypt\prngs</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\prngs\sober128.c">
- <Filter>Third Party\tomcrypt\prngs</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\prngs\sober128tab.c">
- <Filter>Third Party\tomcrypt\prngs</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\prngs\sprng.c">
- <Filter>Third Party\tomcrypt\prngs</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\prngs\yarrow.c">
- <Filter>Third Party\tomcrypt\prngs</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\anubis.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\blowfish.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\camellia.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\cast5.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\des.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\kasumi.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\khazad.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\kseed.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\multi2.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\noekeon.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\rc2.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\rc5.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\rc6.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\skipjack.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\xtea.c">
- <Filter>Third Party\tomcrypt\ciphers</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\aes\aes.c">
- <Filter>Third Party\tomcrypt\ciphers\aes</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\aes\aes_tab.c">
- <Filter>Third Party\tomcrypt\ciphers\aes</Filter>
- </ClCompile>
- <ClCompile Include="..\tomcrypt_aes_enc.c">
- <Filter>Third Party\tomcrypt\ciphers\aes</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\safer\safer.c">
- <Filter>Third Party\tomcrypt\ciphers\safer</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\safer\saferp.c">
- <Filter>Third Party\tomcrypt\ciphers\safer</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\safer\safer_tab.c">
- <Filter>Third Party\tomcrypt\ciphers\safer</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\twofish\twofish.c">
- <Filter>Third Party\tomcrypt\ciphers\twofish</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\ciphers\twofish\twofish_tab.c">
- <Filter>Third Party\tomcrypt\ciphers\twofish</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ccm\ccm_memory.c">
- <Filter>Third Party\tomcrypt\encauth\ccm</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ccm\ccm_memory_ex.c">
- <Filter>Third Party\tomcrypt\encauth\ccm</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ccm\ccm_test.c">
- <Filter>Third Party\tomcrypt\encauth\ccm</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_addheader.c">
- <Filter>Third Party\tomcrypt\encauth\eax</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_decrypt.c">
- <Filter>Third Party\tomcrypt\encauth\eax</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_decrypt_verify_memory.c">
- <Filter>Third Party\tomcrypt\encauth\eax</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_done.c">
- <Filter>Third Party\tomcrypt\encauth\eax</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_encrypt.c">
- <Filter>Third Party\tomcrypt\encauth\eax</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_encrypt_authenticate_memory.c">
- <Filter>Third Party\tomcrypt\encauth\eax</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_init.c">
- <Filter>Third Party\tomcrypt\encauth\eax</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_test.c">
- <Filter>Third Party\tomcrypt\encauth\eax</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_add_aad.c">
- <Filter>Third Party\tomcrypt\encauth\gcm</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_add_iv.c">
- <Filter>Third Party\tomcrypt\encauth\gcm</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_done.c">
- <Filter>Third Party\tomcrypt\encauth\gcm</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_gf_mult.c">
- <Filter>Third Party\tomcrypt\encauth\gcm</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_init.c">
- <Filter>Third Party\tomcrypt\encauth\gcm</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_memory.c">
- <Filter>Third Party\tomcrypt\encauth\gcm</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_mult_h.c">
- <Filter>Third Party\tomcrypt\encauth\gcm</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_process.c">
- <Filter>Third Party\tomcrypt\encauth\gcm</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_reset.c">
- <Filter>Third Party\tomcrypt\encauth\gcm</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_test.c">
- <Filter>Third Party\tomcrypt\encauth\gcm</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_decrypt.c">
- <Filter>Third Party\tomcrypt\encauth\ocb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_decrypt_verify_memory.c">
- <Filter>Third Party\tomcrypt\encauth\ocb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_done_decrypt.c">
- <Filter>Third Party\tomcrypt\encauth\ocb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_done_encrypt.c">
- <Filter>Third Party\tomcrypt\encauth\ocb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_encrypt.c">
- <Filter>Third Party\tomcrypt\encauth\ocb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_encrypt_authenticate_memory.c">
- <Filter>Third Party\tomcrypt\encauth\ocb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_init.c">
- <Filter>Third Party\tomcrypt\encauth\ocb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_ntz.c">
- <Filter>Third Party\tomcrypt\encauth\ocb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_shift_xor.c">
- <Filter>Third Party\tomcrypt\encauth\ocb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_test.c">
- <Filter>Third Party\tomcrypt\encauth\ocb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\s_ocb_done.c">
- <Filter>Third Party\tomcrypt\encauth\ocb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\chc\chc.c">
- <Filter>Third Party\tomcrypt\hashes</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\md2.c">
- <Filter>Third Party\tomcrypt\hashes</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\md4.c">
- <Filter>Third Party\tomcrypt\hashes</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\md5.c">
- <Filter>Third Party\tomcrypt\hashes</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd128.c">
- <Filter>Third Party\tomcrypt\hashes</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd160.c">
- <Filter>Third Party\tomcrypt\hashes</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd256.c">
- <Filter>Third Party\tomcrypt\hashes</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd320.c">
- <Filter>Third Party\tomcrypt\hashes</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\sha1.c">
- <Filter>Third Party\tomcrypt\hashes</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\tiger.c">
- <Filter>Third Party\tomcrypt\hashes</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_file.c">
- <Filter>Third Party\tomcrypt\hashes\helper</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_filehandle.c">
- <Filter>Third Party\tomcrypt\hashes\helper</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_memory.c">
- <Filter>Third Party\tomcrypt\hashes\helper</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_memory_multi.c">
- <Filter>Third Party\tomcrypt\hashes\helper</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha224.c">
- <Filter>Third Party\tomcrypt\hashes\sha2</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha256.c">
- <Filter>Third Party\tomcrypt\hashes\sha2</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha384.c">
- <Filter>Third Party\tomcrypt\hashes\sha2</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha512.c">
- <Filter>Third Party\tomcrypt\hashes\sha2</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\whirl\whirl.c">
- <Filter>Third Party\tomcrypt\hashes\whirl</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\hashes\whirl\whirltab.c">
- <Filter>Third Party\tomcrypt\hashes\whirl</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_done.c">
- <Filter>Third Party\tomcrypt\mac\f9</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_file.c">
- <Filter>Third Party\tomcrypt\mac\f9</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_init.c">
- <Filter>Third Party\tomcrypt\mac\f9</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_memory.c">
- <Filter>Third Party\tomcrypt\mac\f9</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_memory_multi.c">
- <Filter>Third Party\tomcrypt\mac\f9</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_process.c">
- <Filter>Third Party\tomcrypt\mac\f9</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_test.c">
- <Filter>Third Party\tomcrypt\mac\f9</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_done.c">
- <Filter>Third Party\tomcrypt\mac\hmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_file.c">
- <Filter>Third Party\tomcrypt\mac\hmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_init.c">
- <Filter>Third Party\tomcrypt\mac\hmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_memory.c">
- <Filter>Third Party\tomcrypt\mac\hmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_memory_multi.c">
- <Filter>Third Party\tomcrypt\mac\hmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_process.c">
- <Filter>Third Party\tomcrypt\mac\hmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_test.c">
- <Filter>Third Party\tomcrypt\mac\hmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_done.c">
- <Filter>Third Party\tomcrypt\mac\omac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_file.c">
- <Filter>Third Party\tomcrypt\mac\omac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_init.c">
- <Filter>Third Party\tomcrypt\mac\omac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_memory.c">
- <Filter>Third Party\tomcrypt\mac\omac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_memory_multi.c">
- <Filter>Third Party\tomcrypt\mac\omac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_process.c">
- <Filter>Third Party\tomcrypt\mac\omac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_test.c">
- <Filter>Third Party\tomcrypt\mac\omac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\pelican\pelican.c">
- <Filter>Third Party\tomcrypt\mac\pelican</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\pelican\pelican_memory.c">
- <Filter>Third Party\tomcrypt\mac\pelican</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\pelican\pelican_test.c">
- <Filter>Third Party\tomcrypt\mac\pelican</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_done.c">
- <Filter>Third Party\tomcrypt\mac\pmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_file.c">
- <Filter>Third Party\tomcrypt\mac\pmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_init.c">
- <Filter>Third Party\tomcrypt\mac\pmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_memory.c">
- <Filter>Third Party\tomcrypt\mac\pmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_memory_multi.c">
- <Filter>Third Party\tomcrypt\mac\pmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_ntz.c">
- <Filter>Third Party\tomcrypt\mac\pmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_process.c">
- <Filter>Third Party\tomcrypt\mac\pmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_shift_xor.c">
- <Filter>Third Party\tomcrypt\mac\pmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_test.c">
- <Filter>Third Party\tomcrypt\mac\pmac</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_done.c">
- <Filter>Third Party\tomcrypt\mac\xcbc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_file.c">
- <Filter>Third Party\tomcrypt\mac\xcbc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_init.c">
- <Filter>Third Party\tomcrypt\mac\xcbc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_memory.c">
- <Filter>Third Party\tomcrypt\mac\xcbc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_memory_multi.c">
- <Filter>Third Party\tomcrypt\mac\xcbc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_process.c">
- <Filter>Third Party\tomcrypt\mac\xcbc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_test.c">
- <Filter>Third Party\tomcrypt\mac\xcbc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\math\gmp_desc.c">
- <Filter>Third Party\tomcrypt\math</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\math\ltm_desc.c">
- <Filter>Third Party\tomcrypt\math</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\math\multi.c">
- <Filter>Third Party\tomcrypt\math</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\math\rand_prime.c">
- <Filter>Third Party\tomcrypt\math</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\math\tfm_desc.c">
- <Filter>Third Party\tomcrypt\math</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\math\fp\ltc_ecc_fp_mulmod.c">
- <Filter>Third Party\tomcrypt\math\fp</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\burn_stack.c">
- <Filter>Third Party\tomcrypt\misc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\error_to_string.c">
- <Filter>Third Party\tomcrypt\misc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\pk_get_oid.c">
- <Filter>Third Party\tomcrypt\misc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\zeromem.c">
- <Filter>Third Party\tomcrypt\misc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\base64\base64_decode.c">
- <Filter>Third Party\tomcrypt\misc\base64</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\base64\base64_encode.c">
- <Filter>Third Party\tomcrypt\misc\base64</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_argchk.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_cipher_descriptor.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_cipher_is_valid.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_cipher.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_cipher_any.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_cipher_id.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash_any.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash_id.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash_oid.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_prng.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_fsa.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_hash_descriptor.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_hash_is_valid.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_ltc_mp_descriptor.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_prng_descriptor.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_prng_is_valid.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_register_cipher.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_register_hash.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_register_prng.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_unregister_cipher.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_unregister_hash.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_unregister_prng.c">
- <Filter>Third Party\tomcrypt\misc\crypt</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\pkcs5\pkcs_5_1.c">
- <Filter>Third Party\tomcrypt\misc\pkcs</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\misc\pkcs5\pkcs_5_2.c">
- <Filter>Third Party\tomcrypt\misc\pkcs</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_decrypt.c">
- <Filter>Third Party\tomcrypt\modes\cbc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_done.c">
- <Filter>Third Party\tomcrypt\modes\cbc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_encrypt.c">
- <Filter>Third Party\tomcrypt\modes\cbc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_getiv.c">
- <Filter>Third Party\tomcrypt\modes\cbc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_setiv.c">
- <Filter>Third Party\tomcrypt\modes\cbc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_start.c">
- <Filter>Third Party\tomcrypt\modes\cbc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_decrypt.c">
- <Filter>Third Party\tomcrypt\modes\cfb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_done.c">
- <Filter>Third Party\tomcrypt\modes\cfb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_encrypt.c">
- <Filter>Third Party\tomcrypt\modes\cfb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_getiv.c">
- <Filter>Third Party\tomcrypt\modes\cfb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_setiv.c">
- <Filter>Third Party\tomcrypt\modes\cfb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_start.c">
- <Filter>Third Party\tomcrypt\modes\cfb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_decrypt.c">
- <Filter>Third Party\tomcrypt\modes\ctr</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_done.c">
- <Filter>Third Party\tomcrypt\modes\ctr</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_encrypt.c">
- <Filter>Third Party\tomcrypt\modes\ctr</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_getiv.c">
- <Filter>Third Party\tomcrypt\modes\ctr</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_setiv.c">
- <Filter>Third Party\tomcrypt\modes\ctr</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_start.c">
- <Filter>Third Party\tomcrypt\modes\ctr</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_test.c">
- <Filter>Third Party\tomcrypt\modes\ctr</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_decrypt.c">
- <Filter>Third Party\tomcrypt\modes\ecb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_done.c">
- <Filter>Third Party\tomcrypt\modes\ecb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_encrypt.c">
- <Filter>Third Party\tomcrypt\modes\ecb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_start.c">
- <Filter>Third Party\tomcrypt\modes\ecb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_decrypt.c">
- <Filter>Third Party\tomcrypt\modes\f8</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_done.c">
- <Filter>Third Party\tomcrypt\modes\f8</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_encrypt.c">
- <Filter>Third Party\tomcrypt\modes\f8</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_getiv.c">
- <Filter>Third Party\tomcrypt\modes\f8</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_setiv.c">
- <Filter>Third Party\tomcrypt\modes\f8</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_start.c">
- <Filter>Third Party\tomcrypt\modes\f8</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_test_mode.c">
- <Filter>Third Party\tomcrypt\modes\f8</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_decrypt.c">
- <Filter>Third Party\tomcrypt\modes\lrw</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_done.c">
- <Filter>Third Party\tomcrypt\modes\lrw</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_encrypt.c">
- <Filter>Third Party\tomcrypt\modes\lrw</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_getiv.c">
- <Filter>Third Party\tomcrypt\modes\lrw</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_process.c">
- <Filter>Third Party\tomcrypt\modes\lrw</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_setiv.c">
- <Filter>Third Party\tomcrypt\modes\lrw</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_start.c">
- <Filter>Third Party\tomcrypt\modes\lrw</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_test.c">
- <Filter>Third Party\tomcrypt\modes\lrw</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_decrypt.c">
- <Filter>Third Party\tomcrypt\modes\ofb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_done.c">
- <Filter>Third Party\tomcrypt\modes\ofb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_encrypt.c">
- <Filter>Third Party\tomcrypt\modes\ofb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_getiv.c">
- <Filter>Third Party\tomcrypt\modes\ofb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_setiv.c">
- <Filter>Third Party\tomcrypt\modes\ofb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_start.c">
- <Filter>Third Party\tomcrypt\modes\ofb</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_decrypt.c">
- <Filter>Third Party\tomcrypt\modes\xts</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_done.c">
- <Filter>Third Party\tomcrypt\modes\xts</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_encrypt.c">
- <Filter>Third Party\tomcrypt\modes\xts</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_init.c">
- <Filter>Third Party\tomcrypt\modes\xts</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_mult_x.c">
- <Filter>Third Party\tomcrypt\modes\xts</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_test.c">
- <Filter>Third Party\tomcrypt\modes\xts</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_decode_bit_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\bit</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_decode_raw_bit_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\bit</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_encode_bit_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\bit</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_encode_raw_bit_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\bit</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_length_bit_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\bit</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\boolean\der_decode_boolean.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\boolean</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\boolean\der_encode_boolean.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\boolean</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\boolean\der_length_boolean.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\boolean</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\choice\der_decode_choice.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\choice</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\ia5\der_decode_ia5_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\ia5</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\ia5\der_encode_ia5_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\ia5</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\ia5\der_length_ia5_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\ia5</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\integer\der_decode_integer.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\integer</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\integer\der_encode_integer.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\integer</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\integer\der_length_integer.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\integer</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\object_identifier\der_decode_object_identifier.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\object_identifier</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\object_identifier\der_encode_object_identifier.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\object_identifier</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\object_identifier\der_length_object_identifier.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\object_identifier</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\octet\der_decode_octet_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\octet</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\octet\der_encode_octet_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\octet</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\octet\der_length_octet_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\octet</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\printable_string\der_decode_printable_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\printable_string</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\printable_string\der_encode_printable_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\printable_string</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\printable_string\der_length_printable_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\printable_string</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_sequence_ex.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\sequence</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_sequence_flexi.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\sequence</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_sequence_multi.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\sequence</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_subject_public_key_info.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\sequence</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_encode_sequence_ex.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\sequence</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_encode_sequence_multi.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\sequence</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_encode_subject_public_key_info.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\sequence</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_length_sequence.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\sequence</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_sequence_free.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\sequence</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\set\der_encode_set.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\set</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\set\der_encode_setof.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\set</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\short_integer\der_decode_short_integer.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\short_integer</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\short_integer\der_encode_short_integer.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\short_integer</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\short_integer\der_length_short_integer.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\short_integer</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utctime\der_decode_utctime.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\utctime</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utctime\der_encode_utctime.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\utctime</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utctime\der_length_utctime.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\utctime</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utf8\der_decode_utf8_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\utf8</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utf8\der_encode_utf8_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\utf8</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utf8\der_length_utf8_string.c">
- <Filter>Third Party\tomcrypt\pk\asn1\der\utf8</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_decrypt_key.c">
- <Filter>Third Party\tomcrypt\pk\dsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_encrypt_key.c">
- <Filter>Third Party\tomcrypt\pk\dsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_export.c">
- <Filter>Third Party\tomcrypt\pk\dsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_free.c">
- <Filter>Third Party\tomcrypt\pk\dsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_import.c">
- <Filter>Third Party\tomcrypt\pk\dsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_make_key.c">
- <Filter>Third Party\tomcrypt\pk\dsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_shared_secret.c">
- <Filter>Third Party\tomcrypt\pk\dsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_sign_hash.c">
- <Filter>Third Party\tomcrypt\pk\dsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_verify_hash.c">
- <Filter>Third Party\tomcrypt\pk\dsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_verify_key.c">
- <Filter>Third Party\tomcrypt\pk\dsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_ansi_x963_export.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_ansi_x963_import.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_decrypt_key.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_encrypt_key.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_export.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_free.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_get_size.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_import.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_make_key.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_shared_secret.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_sign_hash.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_sizes.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_test.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_verify_hash.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_is_valid_idx.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_map.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod_timing.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_points.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c">
- <Filter>Third Party\tomcrypt\pk\ecc</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_decrypt_key.c">
- <Filter>Third Party\tomcrypt\pk\katja</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_encrypt_key.c">
- <Filter>Third Party\tomcrypt\pk\katja</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_export.c">
- <Filter>Third Party\tomcrypt\pk\katja</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_exptmod.c">
- <Filter>Third Party\tomcrypt\pk\katja</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_free.c">
- <Filter>Third Party\tomcrypt\pk\katja</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_import.c">
- <Filter>Third Party\tomcrypt\pk\katja</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_make_key.c">
- <Filter>Third Party\tomcrypt\pk\katja</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_i2osp.c">
- <Filter>Third Party\tomcrypt\pk\pkcs1</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c">
- <Filter>Third Party\tomcrypt\pk\pkcs1</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c">
- <Filter>Third Party\tomcrypt\pk\pkcs1</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_encode.c">
- <Filter>Third Party\tomcrypt\pk\pkcs1</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_os2ip.c">
- <Filter>Third Party\tomcrypt\pk\pkcs1</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c">
- <Filter>Third Party\tomcrypt\pk\pkcs1</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_encode.c">
- <Filter>Third Party\tomcrypt\pk\pkcs1</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c">
- <Filter>Third Party\tomcrypt\pk\pkcs1</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_encode.c">
- <Filter>Third Party\tomcrypt\pk\pkcs1</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_decrypt_key.c">
- <Filter>Third Party\tomcrypt\pk\rsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_encrypt_key.c">
- <Filter>Third Party\tomcrypt\pk\rsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_export.c">
- <Filter>Third Party\tomcrypt\pk\rsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_exptmod.c">
- <Filter>Third Party\tomcrypt\pk\rsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_free.c">
- <Filter>Third Party\tomcrypt\pk\rsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_import.c">
- <Filter>Third Party\tomcrypt\pk\rsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_make_key.c">
- <Filter>Third Party\tomcrypt\pk\rsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_sign_hash.c">
- <Filter>Third Party\tomcrypt\pk\rsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_verify_hash.c">
- <Filter>Third Party\tomcrypt\pk\rsa</Filter>
- </ClCompile>
- <ClCompile Include="..\..\libtomcrypt\src\pk\dh\dh.c">
- <Filter>Third Party\tomcrypt\pk\dh</Filter>
- </ClCompile>
<ClCompile Include="..\..\lcrypt\lcrypt.c">
<Filter>Third Party\lcrypt</Filter>
</ClCompile>
@@ -1448,45 +326,6 @@
<ClInclude Include="..\..\src\jsoncpp\src\json_batchallocator.h">
<Filter>Third Party\jsoncpp</Filter>
</ClInclude>
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt.h">
- <Filter>Third Party\tomcrypt\headers</Filter>
- </ClInclude>
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_argchk.h">
- <Filter>Third Party\tomcrypt\headers</Filter>
- </ClInclude>
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_cfg.h">
- <Filter>Third Party\tomcrypt\headers</Filter>
- </ClInclude>
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_cipher.h">
- <Filter>Third Party\tomcrypt\headers</Filter>
- </ClInclude>
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_custom.h">
- <Filter>Third Party\tomcrypt\headers</Filter>
- </ClInclude>
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_hash.h">
- <Filter>Third Party\tomcrypt\headers</Filter>
- </ClInclude>
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_mac.h">
- <Filter>Third Party\tomcrypt\headers</Filter>
- </ClInclude>
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_macros.h">
- <Filter>Third Party\tomcrypt\headers</Filter>
- </ClInclude>
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_math.h">
- <Filter>Third Party\tomcrypt\headers</Filter>
- </ClInclude>
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_misc.h">
- <Filter>Third Party\tomcrypt\headers</Filter>
- </ClInclude>
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_pk.h">
- <Filter>Third Party\tomcrypt\headers</Filter>
- </ClInclude>
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_pkcs.h">
- <Filter>Third Party\tomcrypt\headers</Filter>
- </ClInclude>
- <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_prng.h">
- <Filter>Third Party\tomcrypt\headers</Filter>
- </ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\jsoncpp\src\json_internalarray.inl">
diff --git a/win32/project/pthreads.vcxproj b/win32/project/pthreads.vcxproj
index 3a97d99..4206626 100644
--- a/win32/project/pthreads.vcxproj
+++ b/win32/project/pthreads.vcxproj
@@ -87,6 +87,7 @@
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\pthreads-win32</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>PTW32_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -98,6 +99,7 @@
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\pthreads-win32</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>PTW32_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -111,6 +113,7 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\pthreads-win32</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>PTW32_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -126,6 +129,7 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\pthreads-win32</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>PTW32_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
diff --git a/win32/project/tomcrypt.vcxproj b/win32/project/tomcrypt.vcxproj
new file mode 100644
index 0000000..e342eb7
--- /dev/null
+++ b/win32/project/tomcrypt.vcxproj
@@ -0,0 +1,504 @@
+<?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="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{A3AA0747-B12F-45BA-A1F5-0E0E6B45F3C3}</ProjectGuid>
+ <RootNamespace>tomcrypt</RootNamespace>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <PlatformToolset>v120</PlatformToolset>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <PlatformToolset>v120</PlatformToolset>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v120</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v120</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <OutDir>$(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\</OutDir>
+ <IntDir>$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <OutDir>$(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\</OutDir>
+ <IntDir>$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <OutDir>$(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\</OutDir>
+ <IntDir>$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <OutDir>$(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\</OutDir>
+ <IntDir>$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>Disabled</Optimization>
+ <SDLCheck>true</SDLCheck>
+ <AdditionalIncludeDirectories>..\..\libtomcrypt\src\headers;..\..\libtommath</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ClCompile>
+ <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>Disabled</Optimization>
+ <SDLCheck>true</SDLCheck>
+ <AdditionalIncludeDirectories>..\..\libtomcrypt\src\headers;..\..\libtommath</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ClCompile>
+ <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>MaxSpeed</Optimization>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <SDLCheck>true</SDLCheck>
+ <AdditionalIncludeDirectories>..\..\libtomcrypt\src\headers;..\..\libtommath</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ClCompile>
+ <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>MaxSpeed</Optimization>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <SDLCheck>true</SDLCheck>
+ <AdditionalIncludeDirectories>..\..\libtomcrypt\src\headers;..\..\libtommath</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ClCompile>
+ <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\aes\aes.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\aes\aes_tab.c">
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\anubis.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\blowfish.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\camellia.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\cast5.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\des.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\kasumi.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\khazad.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\kseed.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\multi2.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\noekeon.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\rc2.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\rc5.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\rc6.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\safer\safer.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\safer\saferp.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\safer\safer_tab.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\skipjack.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\twofish\twofish.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\twofish\twofish_tab.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\xtea.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ccm\ccm_memory.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ccm\ccm_memory_ex.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ccm\ccm_test.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_addheader.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_decrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_decrypt_verify_memory.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_encrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_encrypt_authenticate_memory.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_init.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_test.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_add_aad.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_add_iv.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_gf_mult.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_init.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_memory.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_mult_h.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_process.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_reset.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_test.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_decrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_decrypt_verify_memory.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_done_decrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_done_encrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_encrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_encrypt_authenticate_memory.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_init.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_ntz.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_shift_xor.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_test.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\s_ocb_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\chc\chc.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_file.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_filehandle.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_memory.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_memory_multi.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\md2.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\md4.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\md5.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd128.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd160.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd256.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd320.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\sha1.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha224.c">
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha256.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha384.c">
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha512.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\tiger.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\whirl\whirl.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\whirl\whirltab.c">
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_file.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_init.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_memory.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_memory_multi.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_process.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_test.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_file.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_init.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_memory.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_memory_multi.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_process.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_test.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_file.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_init.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_memory.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_memory_multi.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_process.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_test.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pelican\pelican.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pelican\pelican_memory.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pelican\pelican_test.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_file.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_init.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_memory.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_memory_multi.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_ntz.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_process.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_shift_xor.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_test.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_file.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_init.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_memory.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_memory_multi.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_process.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_test.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\math\fp\ltc_ecc_fp_mulmod.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\math\gmp_desc.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\math\ltm_desc.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\math\multi.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\math\rand_prime.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\math\tfm_desc.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\base64\base64_decode.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\base64\base64_encode.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\burn_stack.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_argchk.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_cipher_descriptor.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_cipher_is_valid.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_cipher.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_cipher_any.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_cipher_id.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash_any.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash_id.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash_oid.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_prng.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_fsa.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_hash_descriptor.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_hash_is_valid.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_ltc_mp_descriptor.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_prng_descriptor.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_prng_is_valid.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_register_cipher.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_register_hash.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_register_prng.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_unregister_cipher.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_unregister_hash.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_unregister_prng.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\error_to_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\pkcs5\pkcs_5_1.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\pkcs5\pkcs_5_2.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\pk_get_oid.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\misc\zeromem.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_decrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_encrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_getiv.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_setiv.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_start.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_decrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_encrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_getiv.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_setiv.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_start.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_decrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_encrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_getiv.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_setiv.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_start.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_test.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_decrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_encrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_start.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_decrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_encrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_getiv.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_setiv.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_start.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_test_mode.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_decrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_encrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_getiv.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_process.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_setiv.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_start.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_test.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_decrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_encrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_getiv.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_setiv.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_start.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_decrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_done.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_encrypt.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_init.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_mult_x.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_test.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_decode_bit_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_decode_raw_bit_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_encode_bit_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_encode_raw_bit_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_length_bit_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\boolean\der_decode_boolean.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\boolean\der_encode_boolean.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\boolean\der_length_boolean.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\choice\der_decode_choice.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\ia5\der_decode_ia5_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\ia5\der_encode_ia5_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\ia5\der_length_ia5_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\integer\der_decode_integer.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\integer\der_encode_integer.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\integer\der_length_integer.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\object_identifier\der_decode_object_identifier.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\object_identifier\der_encode_object_identifier.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\object_identifier\der_length_object_identifier.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\octet\der_decode_octet_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\octet\der_encode_octet_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\octet\der_length_octet_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\printable_string\der_decode_printable_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\printable_string\der_encode_printable_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\printable_string\der_length_printable_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_sequence_ex.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_sequence_flexi.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_sequence_multi.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_subject_public_key_info.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_encode_sequence_ex.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_encode_sequence_multi.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_encode_subject_public_key_info.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_length_sequence.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_sequence_free.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\set\der_encode_set.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\set\der_encode_setof.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\short_integer\der_decode_short_integer.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\short_integer\der_encode_short_integer.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\short_integer\der_length_short_integer.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utctime\der_decode_utctime.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utctime\der_encode_utctime.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utctime\der_length_utctime.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utf8\der_decode_utf8_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utf8\der_encode_utf8_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utf8\der_length_utf8_string.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dh\dh.c">
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4703</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4703</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">4703</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|x64'">4703</DisableSpecificWarnings>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_decrypt_key.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_encrypt_key.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_export.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_free.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_import.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_make_key.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_shared_secret.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_sign_hash.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_verify_hash.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_verify_key.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_ansi_x963_export.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_ansi_x963_import.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_decrypt_key.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_encrypt_key.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_export.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_free.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_get_size.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_import.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_make_key.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_shared_secret.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_sign_hash.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_sizes.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_test.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_verify_hash.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_is_valid_idx.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_map.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod_timing.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_points.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_decrypt_key.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_encrypt_key.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_export.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_exptmod.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_free.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_import.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_make_key.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_i2osp.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_encode.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_os2ip.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_encode.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_encode.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_decrypt_key.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_encrypt_key.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_export.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_exptmod.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_free.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_import.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_make_key.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_sign_hash.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_verify_hash.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\fortuna.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\rc4.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\rng_get_bytes.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\rng_make_prng.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\sober128.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\sober128tab.c">
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\sprng.c" />
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\yarrow.c" />
+ <ClCompile Include="..\tomcrypt_aes_enc.c" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt.h" />
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_argchk.h" />
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_cfg.h" />
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_cipher.h" />
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_custom.h" />
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_hash.h" />
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_mac.h" />
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_macros.h" />
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_math.h" />
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_misc.h" />
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_pk.h" />
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_pkcs.h" />
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_prng.h" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project> \ No newline at end of file
diff --git a/win32/project/tomcrypt.vcxproj.filters b/win32/project/tomcrypt.vcxproj.filters
new file mode 100644
index 0000000..0129942
--- /dev/null
+++ b/win32/project/tomcrypt.vcxproj.filters
@@ -0,0 +1,1167 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="ciphers">
+ <UniqueIdentifier>{dd369250-104c-427f-8b08-2d50b20f6f18}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="ciphers\aes">
+ <UniqueIdentifier>{0c5298b5-a219-45cd-87c8-19c35cd818b5}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="ciphers\safer">
+ <UniqueIdentifier>{6755567d-cb0d-44b9-9eea-8e928aa71540}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="ciphers\twofish">
+ <UniqueIdentifier>{021de3b0-1b01-4f42-882e-6a006479d4f1}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="encauth">
+ <UniqueIdentifier>{1caca80e-4ff4-4ea9-b470-2dd73c38ed44}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="encauth\ccm">
+ <UniqueIdentifier>{65635d61-5050-483f-b531-6e77c67e81fb}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="encauth\eax">
+ <UniqueIdentifier>{409a02ce-c1bf-4a94-a4d8-b83d7e53d434}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="encauth\gcm">
+ <UniqueIdentifier>{9e93c952-3d68-4383-ae0f-1a0721b1b8e8}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="encauth\ocb">
+ <UniqueIdentifier>{6440e3a1-619c-49aa-9f91-1979083451c5}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="hashes">
+ <UniqueIdentifier>{60852492-5004-4289-a4c9-d72e06418cab}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="hashes\helper">
+ <UniqueIdentifier>{2fe3a734-a09b-426c-861b-d69634ee6b39}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="hashes\sha2">
+ <UniqueIdentifier>{3ae6c4b4-e73b-4740-86ef-c1a0590c4aba}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="hashes\whirl">
+ <UniqueIdentifier>{e56d125d-a174-436c-aa61-6593df7db940}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="headers">
+ <UniqueIdentifier>{176708b7-5dec-469e-9d1c-a463ba3582b1}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="mac">
+ <UniqueIdentifier>{6083e162-12fc-4db5-9f5f-7d5c60a45c4b}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="mac\f9">
+ <UniqueIdentifier>{1cd01c8b-0ea4-4c22-88c2-63889bbbbfd8}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="mac\hmac">
+ <UniqueIdentifier>{a7cd933b-f4e7-47c9-8303-d2bc94a7ff4a}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="mac\omac">
+ <UniqueIdentifier>{bfdd31a5-eb3c-452e-83fd-3d46fb12736b}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="mac\pelican">
+ <UniqueIdentifier>{f216998d-c7e1-4ea2-90b4-1cac30c8ef04}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="mac\pmac">
+ <UniqueIdentifier>{aee52b61-3627-4884-a365-c9efd11c2c43}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="mac\xcbc">
+ <UniqueIdentifier>{b0474c84-8cb6-4d79-96e1-f20635d93030}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="math">
+ <UniqueIdentifier>{147df56f-5f7a-4ab2-aff9-1ccb3fab14cf}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="math\fp">
+ <UniqueIdentifier>{2fbb4652-05ce-4811-b473-027ca2434ad0}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="misc">
+ <UniqueIdentifier>{e80bfe18-8373-48c5-a29f-50f1ebfa1655}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="misc\base64">
+ <UniqueIdentifier>{8480047a-f1a1-4d42-8614-28574ad91116}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="misc\crypt">
+ <UniqueIdentifier>{2bd26c66-bb29-4932-b663-c80d3a63777f}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="misc\pkcs">
+ <UniqueIdentifier>{2eda8d8a-6867-4de2-a075-d4b08abebcc8}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="modes">
+ <UniqueIdentifier>{37392389-5743-49a0-8365-b73c77d195f6}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="modes\cbc">
+ <UniqueIdentifier>{964dc0d9-8f8e-4b22-9a05-76f406df45a6}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="modes\cfb">
+ <UniqueIdentifier>{4283e381-4f76-4ab1-baa5-66af460249f1}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="modes\ctr">
+ <UniqueIdentifier>{33e8ae30-dfa9-4e78-af4f-fe9192f079c7}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="modes\ecb">
+ <UniqueIdentifier>{83848cd8-b823-443d-ac29-72a74cf60dee}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="modes\f8">
+ <UniqueIdentifier>{3ea086b1-75c0-4f4b-a684-da64945ac792}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="modes\lrw">
+ <UniqueIdentifier>{4003dd3a-598c-4ff5-9caf-d265051df233}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="modes\ofb">
+ <UniqueIdentifier>{013eb50e-9bdd-4470-b7ec-dc0970827117}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="modes\xts">
+ <UniqueIdentifier>{64f51c39-e22a-4113-9315-50b65fd91c89}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk">
+ <UniqueIdentifier>{cd7a60d3-6fb4-48e3-a760-c349d4f196e6}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1">
+ <UniqueIdentifier>{a3c6ac32-8831-4a04-a5b0-f2c9af873113}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1\der">
+ <UniqueIdentifier>{645b43b2-26c2-4ae2-a0aa-fa16a9037875}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1\der\bit">
+ <UniqueIdentifier>{f5de3450-5151-4867-9b45-2f1617102562}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1\der\boolean">
+ <UniqueIdentifier>{ee781669-47f4-4728-a72a-e99901878a59}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1\der\choice">
+ <UniqueIdentifier>{30794272-eef7-4dcf-abb8-1a0e0ef4cc72}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1\der\ia5">
+ <UniqueIdentifier>{7b730a69-eb3f-4e97-9069-cc0c89529a2d}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1\der\integer">
+ <UniqueIdentifier>{f3245489-74aa-4c3b-9e3b-51737d567796}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1\der\object_identifier">
+ <UniqueIdentifier>{aceeb2ce-588f-4a1e-8040-90799ee3e2aa}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1\der\octet">
+ <UniqueIdentifier>{1d06bd0a-e527-4a88-a976-ea3f76b6d1eb}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1\der\printable_string">
+ <UniqueIdentifier>{c6043244-a206-47d5-959e-7addba9da7c6}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1\der\sequence">
+ <UniqueIdentifier>{98443e90-69d7-417d-9ecd-4804e5e0f94a}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1\der\set">
+ <UniqueIdentifier>{d49718f9-dfaa-4b5e-952b-938a77b001f7}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1\der\short_integer">
+ <UniqueIdentifier>{579fc3d3-a3a9-48ec-86e9-7870b400908d}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1\der\utctime">
+ <UniqueIdentifier>{915a40e0-bc45-40a8-ac32-23af468603de}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\asn1\der\utf8">
+ <UniqueIdentifier>{2ac8c6ed-baff-443e-b303-0833ddf66819}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\dsa">
+ <UniqueIdentifier>{48fbd3a0-c43b-4abd-8aa9-be1fa32a9523}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\ecc">
+ <UniqueIdentifier>{fa0dfc46-82b7-4087-a902-3675bf8502fe}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\katja">
+ <UniqueIdentifier>{79f37fb8-2b6c-4ed1-b8e6-c4f07de026a6}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\pkcs1">
+ <UniqueIdentifier>{12c8f5d7-66ec-4c8d-b2a1-8d4bf4cff7bc}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\rsa">
+ <UniqueIdentifier>{4a5dcc90-0b37-450f-82a7-84ba2d727abe}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="pk\dh">
+ <UniqueIdentifier>{50a3c31e-ca61-47e5-aec1-94bbcc329ae0}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="prngs">
+ <UniqueIdentifier>{2673adb8-2544-4eb7-b9bf-a0fcdb2bb557}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\fortuna.c">
+ <Filter>prngs</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\rc4.c">
+ <Filter>prngs</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\rng_get_bytes.c">
+ <Filter>prngs</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\rng_make_prng.c">
+ <Filter>prngs</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\sober128.c">
+ <Filter>prngs</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\sober128tab.c">
+ <Filter>prngs</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\sprng.c">
+ <Filter>prngs</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\prngs\yarrow.c">
+ <Filter>prngs</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\anubis.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\blowfish.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\camellia.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\cast5.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\des.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\kasumi.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\khazad.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\kseed.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\multi2.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\noekeon.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\rc2.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\rc5.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\rc6.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\skipjack.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\xtea.c">
+ <Filter>ciphers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\aes\aes.c">
+ <Filter>ciphers\aes</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\aes\aes_tab.c">
+ <Filter>ciphers\aes</Filter>
+ </ClCompile>
+ <ClCompile Include="..\tomcrypt_aes_enc.c">
+ <Filter>ciphers\aes</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\safer\safer.c">
+ <Filter>ciphers\safer</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\safer\saferp.c">
+ <Filter>ciphers\safer</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\safer\safer_tab.c">
+ <Filter>ciphers\safer</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\twofish\twofish.c">
+ <Filter>ciphers\twofish</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\ciphers\twofish\twofish_tab.c">
+ <Filter>ciphers\twofish</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ccm\ccm_memory.c">
+ <Filter>encauth\ccm</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ccm\ccm_memory_ex.c">
+ <Filter>encauth\ccm</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ccm\ccm_test.c">
+ <Filter>encauth\ccm</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_addheader.c">
+ <Filter>encauth\eax</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_decrypt.c">
+ <Filter>encauth\eax</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_decrypt_verify_memory.c">
+ <Filter>encauth\eax</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_done.c">
+ <Filter>encauth\eax</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_encrypt.c">
+ <Filter>encauth\eax</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_encrypt_authenticate_memory.c">
+ <Filter>encauth\eax</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_init.c">
+ <Filter>encauth\eax</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\eax\eax_test.c">
+ <Filter>encauth\eax</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_add_aad.c">
+ <Filter>encauth\gcm</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_add_iv.c">
+ <Filter>encauth\gcm</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_done.c">
+ <Filter>encauth\gcm</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_gf_mult.c">
+ <Filter>encauth\gcm</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_init.c">
+ <Filter>encauth\gcm</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_memory.c">
+ <Filter>encauth\gcm</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_mult_h.c">
+ <Filter>encauth\gcm</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_process.c">
+ <Filter>encauth\gcm</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_reset.c">
+ <Filter>encauth\gcm</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\gcm\gcm_test.c">
+ <Filter>encauth\gcm</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_decrypt.c">
+ <Filter>encauth\ocb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_decrypt_verify_memory.c">
+ <Filter>encauth\ocb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_done_decrypt.c">
+ <Filter>encauth\ocb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_done_encrypt.c">
+ <Filter>encauth\ocb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_encrypt.c">
+ <Filter>encauth\ocb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_encrypt_authenticate_memory.c">
+ <Filter>encauth\ocb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_init.c">
+ <Filter>encauth\ocb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_ntz.c">
+ <Filter>encauth\ocb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_shift_xor.c">
+ <Filter>encauth\ocb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\ocb_test.c">
+ <Filter>encauth\ocb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\encauth\ocb\s_ocb_done.c">
+ <Filter>encauth\ocb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\chc\chc.c">
+ <Filter>hashes</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\md2.c">
+ <Filter>hashes</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\md4.c">
+ <Filter>hashes</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\md5.c">
+ <Filter>hashes</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd128.c">
+ <Filter>hashes</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd160.c">
+ <Filter>hashes</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd256.c">
+ <Filter>hashes</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\rmd320.c">
+ <Filter>hashes</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\sha1.c">
+ <Filter>hashes</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\tiger.c">
+ <Filter>hashes</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_file.c">
+ <Filter>hashes\helper</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_filehandle.c">
+ <Filter>hashes\helper</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_memory.c">
+ <Filter>hashes\helper</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\helper\hash_memory_multi.c">
+ <Filter>hashes\helper</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha224.c">
+ <Filter>hashes\sha2</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha256.c">
+ <Filter>hashes\sha2</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha384.c">
+ <Filter>hashes\sha2</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\sha2\sha512.c">
+ <Filter>hashes\sha2</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\whirl\whirl.c">
+ <Filter>hashes\whirl</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\hashes\whirl\whirltab.c">
+ <Filter>hashes\whirl</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_done.c">
+ <Filter>mac\f9</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_file.c">
+ <Filter>mac\f9</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_init.c">
+ <Filter>mac\f9</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_memory.c">
+ <Filter>mac\f9</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_memory_multi.c">
+ <Filter>mac\f9</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_process.c">
+ <Filter>mac\f9</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\f9\f9_test.c">
+ <Filter>mac\f9</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_done.c">
+ <Filter>mac\hmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_file.c">
+ <Filter>mac\hmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_init.c">
+ <Filter>mac\hmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_memory.c">
+ <Filter>mac\hmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_memory_multi.c">
+ <Filter>mac\hmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_process.c">
+ <Filter>mac\hmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\hmac\hmac_test.c">
+ <Filter>mac\hmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_done.c">
+ <Filter>mac\omac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_file.c">
+ <Filter>mac\omac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_init.c">
+ <Filter>mac\omac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_memory.c">
+ <Filter>mac\omac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_memory_multi.c">
+ <Filter>mac\omac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_process.c">
+ <Filter>mac\omac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\omac\omac_test.c">
+ <Filter>mac\omac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pelican\pelican.c">
+ <Filter>mac\pelican</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pelican\pelican_memory.c">
+ <Filter>mac\pelican</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pelican\pelican_test.c">
+ <Filter>mac\pelican</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_done.c">
+ <Filter>mac\pmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_file.c">
+ <Filter>mac\pmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_init.c">
+ <Filter>mac\pmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_memory.c">
+ <Filter>mac\pmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_memory_multi.c">
+ <Filter>mac\pmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_ntz.c">
+ <Filter>mac\pmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_process.c">
+ <Filter>mac\pmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_shift_xor.c">
+ <Filter>mac\pmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\pmac\pmac_test.c">
+ <Filter>mac\pmac</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_done.c">
+ <Filter>mac\xcbc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_file.c">
+ <Filter>mac\xcbc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_init.c">
+ <Filter>mac\xcbc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_memory.c">
+ <Filter>mac\xcbc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_memory_multi.c">
+ <Filter>mac\xcbc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_process.c">
+ <Filter>mac\xcbc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\mac\xcbc\xcbc_test.c">
+ <Filter>mac\xcbc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\math\gmp_desc.c">
+ <Filter>math</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\math\ltm_desc.c">
+ <Filter>math</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\math\multi.c">
+ <Filter>math</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\math\rand_prime.c">
+ <Filter>math</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\math\tfm_desc.c">
+ <Filter>math</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\math\fp\ltc_ecc_fp_mulmod.c">
+ <Filter>math\fp</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\burn_stack.c">
+ <Filter>misc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\error_to_string.c">
+ <Filter>misc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\pk_get_oid.c">
+ <Filter>misc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\zeromem.c">
+ <Filter>misc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\base64\base64_decode.c">
+ <Filter>misc\base64</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\base64\base64_encode.c">
+ <Filter>misc\base64</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_argchk.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_cipher_descriptor.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_cipher_is_valid.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_cipher.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_cipher_any.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_cipher_id.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash_any.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash_id.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_hash_oid.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_find_prng.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_fsa.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_hash_descriptor.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_hash_is_valid.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_ltc_mp_descriptor.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_prng_descriptor.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_prng_is_valid.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_register_cipher.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_register_hash.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_register_prng.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_unregister_cipher.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_unregister_hash.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\crypt\crypt_unregister_prng.c">
+ <Filter>misc\crypt</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\pkcs5\pkcs_5_1.c">
+ <Filter>misc\pkcs</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\misc\pkcs5\pkcs_5_2.c">
+ <Filter>misc\pkcs</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_decrypt.c">
+ <Filter>modes\cbc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_done.c">
+ <Filter>modes\cbc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_encrypt.c">
+ <Filter>modes\cbc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_getiv.c">
+ <Filter>modes\cbc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_setiv.c">
+ <Filter>modes\cbc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cbc\cbc_start.c">
+ <Filter>modes\cbc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_decrypt.c">
+ <Filter>modes\cfb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_done.c">
+ <Filter>modes\cfb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_encrypt.c">
+ <Filter>modes\cfb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_getiv.c">
+ <Filter>modes\cfb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_setiv.c">
+ <Filter>modes\cfb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\cfb\cfb_start.c">
+ <Filter>modes\cfb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_decrypt.c">
+ <Filter>modes\ctr</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_done.c">
+ <Filter>modes\ctr</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_encrypt.c">
+ <Filter>modes\ctr</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_getiv.c">
+ <Filter>modes\ctr</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_setiv.c">
+ <Filter>modes\ctr</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_start.c">
+ <Filter>modes\ctr</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ctr\ctr_test.c">
+ <Filter>modes\ctr</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_decrypt.c">
+ <Filter>modes\ecb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_done.c">
+ <Filter>modes\ecb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_encrypt.c">
+ <Filter>modes\ecb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ecb\ecb_start.c">
+ <Filter>modes\ecb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_decrypt.c">
+ <Filter>modes\f8</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_done.c">
+ <Filter>modes\f8</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_encrypt.c">
+ <Filter>modes\f8</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_getiv.c">
+ <Filter>modes\f8</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_setiv.c">
+ <Filter>modes\f8</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_start.c">
+ <Filter>modes\f8</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\f8\f8_test_mode.c">
+ <Filter>modes\f8</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_decrypt.c">
+ <Filter>modes\lrw</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_done.c">
+ <Filter>modes\lrw</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_encrypt.c">
+ <Filter>modes\lrw</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_getiv.c">
+ <Filter>modes\lrw</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_process.c">
+ <Filter>modes\lrw</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_setiv.c">
+ <Filter>modes\lrw</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_start.c">
+ <Filter>modes\lrw</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\lrw\lrw_test.c">
+ <Filter>modes\lrw</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_decrypt.c">
+ <Filter>modes\ofb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_done.c">
+ <Filter>modes\ofb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_encrypt.c">
+ <Filter>modes\ofb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_getiv.c">
+ <Filter>modes\ofb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_setiv.c">
+ <Filter>modes\ofb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\ofb\ofb_start.c">
+ <Filter>modes\ofb</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_decrypt.c">
+ <Filter>modes\xts</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_done.c">
+ <Filter>modes\xts</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_encrypt.c">
+ <Filter>modes\xts</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_init.c">
+ <Filter>modes\xts</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_mult_x.c">
+ <Filter>modes\xts</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\modes\xts\xts_test.c">
+ <Filter>modes\xts</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_decode_bit_string.c">
+ <Filter>pk\asn1\der\bit</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_decode_raw_bit_string.c">
+ <Filter>pk\asn1\der\bit</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_encode_bit_string.c">
+ <Filter>pk\asn1\der\bit</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_encode_raw_bit_string.c">
+ <Filter>pk\asn1\der\bit</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\bit\der_length_bit_string.c">
+ <Filter>pk\asn1\der\bit</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\boolean\der_decode_boolean.c">
+ <Filter>pk\asn1\der\boolean</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\boolean\der_encode_boolean.c">
+ <Filter>pk\asn1\der\boolean</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\boolean\der_length_boolean.c">
+ <Filter>pk\asn1\der\boolean</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\choice\der_decode_choice.c">
+ <Filter>pk\asn1\der\choice</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\ia5\der_decode_ia5_string.c">
+ <Filter>pk\asn1\der\ia5</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\ia5\der_encode_ia5_string.c">
+ <Filter>pk\asn1\der\ia5</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\ia5\der_length_ia5_string.c">
+ <Filter>pk\asn1\der\ia5</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\integer\der_decode_integer.c">
+ <Filter>pk\asn1\der\integer</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\integer\der_encode_integer.c">
+ <Filter>pk\asn1\der\integer</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\integer\der_length_integer.c">
+ <Filter>pk\asn1\der\integer</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\object_identifier\der_decode_object_identifier.c">
+ <Filter>pk\asn1\der\object_identifier</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\object_identifier\der_encode_object_identifier.c">
+ <Filter>pk\asn1\der\object_identifier</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\object_identifier\der_length_object_identifier.c">
+ <Filter>pk\asn1\der\object_identifier</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\octet\der_decode_octet_string.c">
+ <Filter>pk\asn1\der\octet</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\octet\der_encode_octet_string.c">
+ <Filter>pk\asn1\der\octet</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\octet\der_length_octet_string.c">
+ <Filter>pk\asn1\der\octet</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\printable_string\der_decode_printable_string.c">
+ <Filter>pk\asn1\der\printable_string</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\printable_string\der_encode_printable_string.c">
+ <Filter>pk\asn1\der\printable_string</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\printable_string\der_length_printable_string.c">
+ <Filter>pk\asn1\der\printable_string</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_sequence_ex.c">
+ <Filter>pk\asn1\der\sequence</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_sequence_flexi.c">
+ <Filter>pk\asn1\der\sequence</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_sequence_multi.c">
+ <Filter>pk\asn1\der\sequence</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_decode_subject_public_key_info.c">
+ <Filter>pk\asn1\der\sequence</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_encode_sequence_ex.c">
+ <Filter>pk\asn1\der\sequence</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_encode_sequence_multi.c">
+ <Filter>pk\asn1\der\sequence</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_encode_subject_public_key_info.c">
+ <Filter>pk\asn1\der\sequence</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_length_sequence.c">
+ <Filter>pk\asn1\der\sequence</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\sequence\der_sequence_free.c">
+ <Filter>pk\asn1\der\sequence</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\set\der_encode_set.c">
+ <Filter>pk\asn1\der\set</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\set\der_encode_setof.c">
+ <Filter>pk\asn1\der\set</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\short_integer\der_decode_short_integer.c">
+ <Filter>pk\asn1\der\short_integer</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\short_integer\der_encode_short_integer.c">
+ <Filter>pk\asn1\der\short_integer</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\short_integer\der_length_short_integer.c">
+ <Filter>pk\asn1\der\short_integer</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utctime\der_decode_utctime.c">
+ <Filter>pk\asn1\der\utctime</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utctime\der_encode_utctime.c">
+ <Filter>pk\asn1\der\utctime</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utctime\der_length_utctime.c">
+ <Filter>pk\asn1\der\utctime</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utf8\der_decode_utf8_string.c">
+ <Filter>pk\asn1\der\utf8</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utf8\der_encode_utf8_string.c">
+ <Filter>pk\asn1\der\utf8</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\asn1\der\utf8\der_length_utf8_string.c">
+ <Filter>pk\asn1\der\utf8</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_decrypt_key.c">
+ <Filter>pk\dsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_encrypt_key.c">
+ <Filter>pk\dsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_export.c">
+ <Filter>pk\dsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_free.c">
+ <Filter>pk\dsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_import.c">
+ <Filter>pk\dsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_make_key.c">
+ <Filter>pk\dsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_shared_secret.c">
+ <Filter>pk\dsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_sign_hash.c">
+ <Filter>pk\dsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_verify_hash.c">
+ <Filter>pk\dsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dsa\dsa_verify_key.c">
+ <Filter>pk\dsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_ansi_x963_export.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_ansi_x963_import.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_decrypt_key.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_encrypt_key.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_export.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_free.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_get_size.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_import.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_make_key.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_shared_secret.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_sign_hash.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_sizes.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_test.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ecc_verify_hash.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_is_valid_idx.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_map.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod_timing.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_points.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c">
+ <Filter>pk\ecc</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_decrypt_key.c">
+ <Filter>pk\katja</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_encrypt_key.c">
+ <Filter>pk\katja</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_export.c">
+ <Filter>pk\katja</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_exptmod.c">
+ <Filter>pk\katja</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_free.c">
+ <Filter>pk\katja</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_import.c">
+ <Filter>pk\katja</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\katja\katja_make_key.c">
+ <Filter>pk\katja</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_i2osp.c">
+ <Filter>pk\pkcs1</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c">
+ <Filter>pk\pkcs1</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c">
+ <Filter>pk\pkcs1</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_encode.c">
+ <Filter>pk\pkcs1</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_os2ip.c">
+ <Filter>pk\pkcs1</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c">
+ <Filter>pk\pkcs1</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_encode.c">
+ <Filter>pk\pkcs1</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c">
+ <Filter>pk\pkcs1</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_encode.c">
+ <Filter>pk\pkcs1</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_decrypt_key.c">
+ <Filter>pk\rsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_encrypt_key.c">
+ <Filter>pk\rsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_export.c">
+ <Filter>pk\rsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_exptmod.c">
+ <Filter>pk\rsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_free.c">
+ <Filter>pk\rsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_import.c">
+ <Filter>pk\rsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_make_key.c">
+ <Filter>pk\rsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_sign_hash.c">
+ <Filter>pk\rsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\rsa\rsa_verify_hash.c">
+ <Filter>pk\rsa</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\libtomcrypt\src\pk\dh\dh.c">
+ <Filter>pk\dh</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt.h">
+ <Filter>headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_argchk.h">
+ <Filter>headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_cfg.h">
+ <Filter>headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_cipher.h">
+ <Filter>headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_custom.h">
+ <Filter>headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_hash.h">
+ <Filter>headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_mac.h">
+ <Filter>headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_macros.h">
+ <Filter>headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_math.h">
+ <Filter>headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_misc.h">
+ <Filter>headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_pk.h">
+ <Filter>headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_pkcs.h">
+ <Filter>headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\libtomcrypt\src\headers\tomcrypt_prng.h">
+ <Filter>headers</Filter>
+ </ClInclude>
+ </ItemGroup>
+</Project> \ No newline at end of file
diff --git a/win32/project/tommath.vcxproj b/win32/project/tommath.vcxproj
index 9361e3e..c47280d 100644
--- a/win32/project/tommath.vcxproj
+++ b/win32/project/tommath.vcxproj
@@ -87,6 +87,7 @@
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\libtommath</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -98,6 +99,7 @@
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\libtommath</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -111,6 +113,7 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\libtommath</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -126,6 +129,7 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\libtommath</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>