@@ -86,20 +86,20 @@ src/math/fp/ltc_ecc_fp_mulmod.obj src/math/gmp_desc.obj src/math/ltm_desc.obj sr
8686src/math/radix_to_bin.obj src/math/rand_bn.obj src/math/rand_prime.obj src/math/tfm_desc.obj src/misc/adler32.obj \
8787src/misc/base16/base16_decode.obj src/misc/base16/base16_encode.obj src/misc/base32/base32_decode.obj \
8888src/misc/base32/base32_encode.obj src/misc/base64/base64_decode.obj src/misc/base64/base64_encode.obj \
89- src/misc/burn_stack .obj src/misc/compare_testvector .obj src/misc/copy_or_zeromem .obj src/misc/crc32 .obj \
90- src/misc/crypt/crypt .obj src/misc/crypt/crypt_argchk .obj src/misc/crypt/crypt_cipher_descriptor .obj \
91- src/misc/crypt/crypt_cipher_is_valid .obj src/misc/crypt/crypt_constants .obj \
92- src/misc/crypt/crypt_find_cipher .obj src/misc/crypt/crypt_find_cipher_any .obj \
93- src/misc/crypt/crypt_find_cipher_id .obj src/misc/crypt/crypt_find_hash .obj \
94- src/misc/crypt/crypt_find_hash_any .obj src/misc/crypt/crypt_find_hash_id .obj \
95- src/misc/crypt/crypt_find_hash_oid .obj src/misc/crypt/crypt_find_prng.obj src/misc/crypt/crypt_fsa .obj \
96- src/misc/crypt/crypt_hash_descriptor .obj src/misc/crypt/crypt_hash_is_valid .obj \
97- src/misc/crypt/crypt_inits .obj src/misc/crypt/crypt_ltc_mp_descriptor .obj \
98- src/misc/crypt/crypt_prng_descriptor .obj src/misc/crypt/crypt_prng_is_valid .obj \
99- src/misc/crypt/crypt_prng_rng_descriptor .obj src/misc/crypt/crypt_register_all_ciphers .obj \
100- src/misc/crypt/crypt_register_all_hashes .obj src/misc/crypt/crypt_register_all_prngs .obj \
101- src/misc/crypt/crypt_register_cipher .obj src/misc/crypt/crypt_register_hash .obj \
102- src/misc/crypt/crypt_register_prng.obj src/misc/crypt/crypt_sizes.obj \
89+ src/misc/bcrypt/bcrypt .obj src/misc/burn_stack .obj src/misc/compare_testvector .obj src/misc/copy_or_zeromem .obj \
90+ src/misc/crc32 .obj src/misc/crypt/crypt .obj src/misc/crypt/crypt_argchk .obj \
91+ src/misc/crypt/crypt_cipher_descriptor .obj src/misc/crypt/crypt_cipher_is_valid .obj \
92+ src/misc/crypt/crypt_constants .obj src/misc/crypt/crypt_find_cipher .obj \
93+ src/misc/crypt/crypt_find_cipher_any .obj src/misc/crypt/crypt_find_cipher_id .obj \
94+ src/misc/crypt/crypt_find_hash .obj src/misc/crypt/crypt_find_hash_any .obj \
95+ src/misc/crypt/crypt_find_hash_id .obj src/misc/crypt/crypt_find_hash_oid .obj \
96+ src/misc/crypt/crypt_find_prng .obj src/misc/crypt/crypt_fsa.obj src/misc/crypt/crypt_hash_descriptor .obj \
97+ src/misc/crypt/crypt_hash_is_valid .obj src/misc/crypt/crypt_inits .obj \
98+ src/misc/crypt/crypt_ltc_mp_descriptor .obj src/misc/crypt/crypt_prng_descriptor .obj \
99+ src/misc/crypt/crypt_prng_is_valid .obj src/misc/crypt/crypt_prng_rng_descriptor .obj \
100+ src/misc/crypt/crypt_register_all_ciphers .obj src/misc/crypt/crypt_register_all_hashes .obj \
101+ src/misc/crypt/crypt_register_all_prngs .obj src/misc/crypt/crypt_register_cipher .obj \
102+ src/misc/crypt/crypt_register_hash.obj src/misc/crypt/ crypt_register_prng.obj src/misc/crypt/crypt_sizes.obj \
103103src/misc/crypt/crypt_unregister_cipher.obj src/misc/crypt/crypt_unregister_hash.obj \
104104src/misc/crypt/crypt_unregister_prng.obj src/misc/error_to_string.obj src/misc/hkdf/hkdf.obj \
105105src/misc/hkdf/hkdf_test.obj src/misc/mem_neq.obj src/misc/padding/padding_depad.obj \
@@ -216,12 +216,13 @@ src/stream/sosemanuk/sosemanuk.obj src/stream/sosemanuk/sosemanuk_memory.obj \
216216src/stream/sosemanuk/sosemanuk_test.obj
217217
218218#List of test objects to compile
219- TOBJECTS=tests/base16_test.obj tests/base32_test.obj tests/base64_test.obj tests/cipher_hash_test.obj \
220- tests/common.obj tests/der_test.obj tests/dh_test.obj tests/dsa_test.obj tests/ecc_test.obj tests/ed25519_test.obj \
221- tests/file_test.obj tests/mac_test.obj tests/misc_test.obj tests/modes_test.obj tests/mpi_test.obj \
222- tests/multi_test.obj tests/no_prng.obj tests/padding_test.obj tests/pkcs_1_eme_test.obj tests/pkcs_1_emsa_test.obj \
223- tests/pkcs_1_oaep_test.obj tests/pkcs_1_pss_test.obj tests/pkcs_1_test.obj tests/prng_test.obj \
224- tests/rotate_test.obj tests/rsa_test.obj tests/ssh_test.obj tests/store_test.obj tests/test.obj tests/x25519_test.obj
219+ TOBJECTS=tests/base16_test.obj tests/base32_test.obj tests/base64_test.obj tests/bcrypt_test.obj \
220+ tests/cipher_hash_test.obj tests/common.obj tests/der_test.obj tests/dh_test.obj tests/dsa_test.obj \
221+ tests/ecc_test.obj tests/ed25519_test.obj tests/file_test.obj tests/mac_test.obj tests/misc_test.obj \
222+ tests/modes_test.obj tests/mpi_test.obj tests/multi_test.obj tests/no_prng.obj tests/padding_test.obj \
223+ tests/pkcs_1_eme_test.obj tests/pkcs_1_emsa_test.obj tests/pkcs_1_oaep_test.obj tests/pkcs_1_pss_test.obj \
224+ tests/pkcs_1_test.obj tests/prng_test.obj tests/rotate_test.obj tests/rsa_test.obj tests/ssh_test.obj \
225+ tests/store_test.obj tests/test.obj tests/x25519_test.obj
225226
226227#The following headers will be installed by "make install"
227228HEADERS_PUB=src/headers/tomcrypt.h src/headers/tomcrypt_argchk.h src/headers/tomcrypt_cfg.h \
0 commit comments