]> pd.if.org Git - zpackage/blobdiff - Makefile
remove ltc encauth eax
[zpackage] / Makefile
index 89ead077dae6cf50cf695adf34ff355ececf2a66..fc12c2c6144c462ef52966d56914208f4455fe53 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -364,16 +364,9 @@ tfm.o: $(addprefix tomsfastmath/src/, $(TFMOBJ))
 
 LTCOBJ= \
    ciphers/aes/aes.o \
-   ciphers/anubis.o \
    ciphers/blowfish.o \
-   ciphers/camellia.o \
    ciphers/cast5.o \
    ciphers/des.o \
-   ciphers/kasumi.o \
-   ciphers/khazad.o \
-   ciphers/kseed.o \
-   ciphers/multi2.o \
-   ciphers/noekeon.o \
    ciphers/rc2.o \
    ciphers/rc5.o \
    ciphers/rc6.o \
@@ -399,14 +392,6 @@ LTCOBJ= \
    encauth/chachapoly/chacha20poly1305_setiv.o \
    encauth/chachapoly/chacha20poly1305_setiv_rfc7905.o \
    encauth/chachapoly/chacha20poly1305_test.o \
-   encauth/eax/eax_addheader.o \
-   encauth/eax/eax_decrypt.o \
-   encauth/eax/eax_decrypt_verify_memory.o \
-   encauth/eax/eax_done.o \
-   encauth/eax/eax_encrypt.o \
-   encauth/eax/eax_encrypt_authenticate_memory.o \
-   encauth/eax/eax_init.o \
-   encauth/eax/eax_test.o \
    encauth/gcm/gcm_add_aad.o \
    encauth/gcm/gcm_add_iv.o \
    encauth/gcm/gcm_done.o \
@@ -465,7 +450,6 @@ LTCOBJ= \
    hashes/sha2/sha512_256.o \
    hashes/sha3.o \
    hashes/sha3_test.o \
-   hashes/tiger.o \
    hashes/whirl/whirl.o \
    mac/blake2/blake2bmac.o \
    mac/blake2/blake2bmac_file.o \
@@ -477,13 +461,6 @@ LTCOBJ= \
    mac/blake2/blake2smac_memory.o \
    mac/blake2/blake2smac_memory_multi.o \
    mac/blake2/blake2smac_test.o \
-   mac/f9/f9_done.o \
-   mac/f9/f9_file.o \
-   mac/f9/f9_init.o \
-   mac/f9/f9_memory.o \
-   mac/f9/f9_memory_multi.o \
-   mac/f9/f9_process.o \
-   mac/f9/f9_test.o \
    mac/hmac/hmac_done.o \
    mac/hmac/hmac_file.o \
    mac/hmac/hmac_init.o \
@@ -718,13 +695,6 @@ LTCOBJ= \
    pk/ecc/ltc_ecc_points.o \
    pk/ecc/ltc_ecc_projective_add_point.o \
    pk/ecc/ltc_ecc_projective_dbl_point.o \
-   pk/katja/katja_decrypt_key.o \
-   pk/katja/katja_encrypt_key.o \
-   pk/katja/katja_export.o \
-   pk/katja/katja_exptmod.o \
-   pk/katja/katja_free.o \
-   pk/katja/katja_import.o \
-   pk/katja/katja_make_key.o \
    pk/pkcs1/pkcs_1_i2osp.o \
    pk/pkcs1/pkcs_1_mgf1.o \
    pk/pkcs1/pkcs_1_oaep_decode.o \
@@ -753,7 +723,6 @@ LTCOBJ= \
    prngs/rc4.o \
    prngs/rng_get_bytes.o \
    prngs/rng_make_prng.o \
-   prngs/sober128.o \
    prngs/sprng.o \
    prngs/yarrow.o \
    stream/chacha/chacha_crypt.o \
@@ -764,9 +733,7 @@ LTCOBJ= \
    stream/chacha/chacha_setup.o \
    stream/chacha/chacha_test.o \
    stream/rc4/rc4_stream.o \
-   stream/rc4/rc4_test.o \
-   stream/sober128/sober128_stream.o \
-   stream/sober128/sober128_test.o
+   stream/rc4/rc4_test.o
 
 libtomcrypt/%.o: CFLAGS+=-DTFM_DESC -Isrc/headers -Itomsfastmath/src/headers -DARGTYPE=4 -DLTC_NO_ASM -DTFM_NO_ASM -Ilibtomcrypt/src/headers -DLTC_SOURCE
 libtomcrypt/%.o: CFLAGS+=-DLTC_EASY -DLTC_GCM_MODE