OpenAssetTools/thirdparty/libtomcrypt/libtomcrypt.vcxproj

601 lines
32 KiB
XML

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