Build.PL
Changes
lib/Crypt/AuthEnc/CCM.pm
lib/Crypt/AuthEnc/EAX.pm
lib/Crypt/AuthEnc/GCM.pm
lib/Crypt/AuthEnc/OCB.pm
lib/Crypt/Cipher.pm
lib/Crypt/Cipher/AES.pm
lib/Crypt/Cipher/Anubis.pm
lib/Crypt/Cipher/Blowfish.pm
lib/Crypt/Cipher/Camellia.pm
lib/Crypt/Cipher/CAST5.pm
lib/Crypt/Cipher/DES.pm
lib/Crypt/Cipher/DES_EDE.pm
lib/Crypt/Cipher/KASUMI.pm
lib/Crypt/Cipher/Khazad.pm
lib/Crypt/Cipher/MULTI2.pm
lib/Crypt/Cipher/Noekeon.pm
lib/Crypt/Cipher/RC2.pm
lib/Crypt/Cipher/RC5.pm
lib/Crypt/Cipher/RC6.pm
lib/Crypt/Cipher/SAFER_K128.pm
lib/Crypt/Cipher/SAFER_K64.pm
lib/Crypt/Cipher/SAFER_SK128.pm
lib/Crypt/Cipher/SAFER_SK64.pm
lib/Crypt/Cipher/SAFERP.pm
lib/Crypt/Cipher/SEED.pm
lib/Crypt/Cipher/Skipjack.pm
lib/Crypt/Cipher/Twofish.pm
lib/Crypt/Cipher/XTEA.pm
lib/Crypt/Digest.pm
lib/Crypt/Digest/CHAES.pm
lib/Crypt/Digest/MD2.pm
lib/Crypt/Digest/MD4.pm
lib/Crypt/Digest/MD5.pm
lib/Crypt/Digest/RIPEMD128.pm
lib/Crypt/Digest/RIPEMD160.pm
lib/Crypt/Digest/RIPEMD256.pm
lib/Crypt/Digest/RIPEMD320.pm
lib/Crypt/Digest/SHA1.pm
lib/Crypt/Digest/SHA224.pm
lib/Crypt/Digest/SHA256.pm
lib/Crypt/Digest/SHA384.pm
lib/Crypt/Digest/SHA512.pm
lib/Crypt/Digest/Tiger192.pm
lib/Crypt/Digest/Whirlpool.pm
lib/Crypt/Mac.pm
lib/Crypt/Mac/F9.pm
lib/Crypt/Mac/HMAC.pm
lib/Crypt/Mac/OMAC.pm
lib/Crypt/Mac/Pelican.pm
lib/Crypt/Mac/PMAC.pm
lib/Crypt/Mac/XCBC.pm
lib/Crypt/Mode.pm
lib/Crypt/Mode/CBC.pm
lib/Crypt/Mode/CFB.pm
lib/Crypt/Mode/CTR.pm
lib/Crypt/Mode/ECB.pm
lib/Crypt/Mode/OFB.pm
lib/Crypt/Random.pm
lib/CryptX.pm
lib/CryptX.xs
lib/CryptX_AuthEnc_CCM.xs.inc
lib/CryptX_AuthEnc_EAX.xs.inc
lib/CryptX_AuthEnc_GCM.xs.inc
lib/CryptX_AuthEnc_OCB.xs.inc
lib/CryptX_Cipher.xs.inc
lib/CryptX_Digest.xs.inc
lib/CryptX_Mac_F9.xs.inc
lib/CryptX_Mac_HMAC.xs.inc
lib/CryptX_Mac_OMAC.xs.inc
lib/CryptX_Mac_Pelican.xs.inc
lib/CryptX_Mac_PMAC.xs.inc
lib/CryptX_Mac_XCBC.xs.inc
lib/CryptX_Mode_CBC.xs.inc
lib/CryptX_Mode_CFB.xs.inc
lib/CryptX_Mode_CTR.xs.inc
lib/CryptX_Mode_ECB.xs.inc
lib/CryptX_Mode_OFB.xs.inc
lib/ppport.h
libtom-src/ciphers/aes/aes.c
libtom-src/ciphers/aes/aes_tab.c.inc
libtom-src/ciphers/anubis.c
libtom-src/ciphers/blowfish.c
libtom-src/ciphers/camellia.c
libtom-src/ciphers/cast5.c
libtom-src/ciphers/des.c
libtom-src/ciphers/kasumi.c
libtom-src/ciphers/khazad.c
libtom-src/ciphers/kseed.c
libtom-src/ciphers/multi2.c
libtom-src/ciphers/noekeon.c
libtom-src/ciphers/rc2.c
libtom-src/ciphers/rc5.c
libtom-src/ciphers/rc6.c
libtom-src/ciphers/safer/safer.c
libtom-src/ciphers/safer/safer_tab.c
libtom-src/ciphers/safer/saferp.c
libtom-src/ciphers/skipjack.c
libtom-src/ciphers/twofish/twofish.c
libtom-src/ciphers/twofish/twofish_tab.c.inc
libtom-src/ciphers/xtea.c
libtom-src/encauth/ccm/ccm_memory.c
libtom-src/encauth/ccm/ccm_memory_ex.c
libtom-src/encauth/eax/eax_addheader.c
libtom-src/encauth/eax/eax_decrypt.c
libtom-src/encauth/eax/eax_decrypt_verify_memory.c
libtom-src/encauth/eax/eax_done.c
libtom-src/encauth/eax/eax_encrypt.c
libtom-src/encauth/eax/eax_encrypt_authenticate_memory.c
libtom-src/encauth/eax/eax_init.c
libtom-src/encauth/gcm/gcm_add_aad.c
libtom-src/encauth/gcm/gcm_add_iv.c
libtom-src/encauth/gcm/gcm_done.c
libtom-src/encauth/gcm/gcm_gf_mult.c
libtom-src/encauth/gcm/gcm_init.c
libtom-src/encauth/gcm/gcm_memory.c
libtom-src/encauth/gcm/gcm_mult_h.c
libtom-src/encauth/gcm/gcm_process.c
libtom-src/encauth/gcm/gcm_reset.c
libtom-src/encauth/ocb3/ocb3_add_aad.c
libtom-src/encauth/ocb3/ocb3_decrypt.c
libtom-src/encauth/ocb3/ocb3_decrypt_last.c
libtom-src/encauth/ocb3/ocb3_decrypt_verify_memory.c
libtom-src/encauth/ocb3/ocb3_done.c
libtom-src/encauth/ocb3/ocb3_encrypt.c
libtom-src/encauth/ocb3/ocb3_encrypt_authenticate_memory.c
libtom-src/encauth/ocb3/ocb3_encrypt_last.c
libtom-src/encauth/ocb3/ocb3_init.c
libtom-src/encauth/ocb3/ocb3_int_aad_add_block.c
libtom-src/encauth/ocb3/ocb3_int_calc_offset_zero.c
libtom-src/encauth/ocb3/ocb3_int_ntz.c
libtom-src/encauth/ocb3/ocb3_int_xor_blocks.c
libtom-src/hashes/chc/chc.c
libtom-src/hashes/helper/hash_file.c
libtom-src/hashes/helper/hash_filehandle.c
libtom-src/hashes/helper/hash_memory.c
libtom-src/hashes/helper/hash_memory_multi.c
libtom-src/hashes/md2.c
libtom-src/hashes/md4.c
libtom-src/hashes/md5.c
libtom-src/hashes/rmd128.c
libtom-src/hashes/rmd160.c
libtom-src/hashes/rmd256.c
libtom-src/hashes/rmd320.c
libtom-src/hashes/sha1.c
libtom-src/hashes/sha2/sha224.c.inc
libtom-src/hashes/sha2/sha256.c
libtom-src/hashes/sha2/sha384.c.inc
libtom-src/hashes/sha2/sha512.c
libtom-src/hashes/tiger.c
libtom-src/hashes/whirl/whirl.c
libtom-src/hashes/whirl/whirltab.c.inc
libtom-src/headers/tomcrypt.h
libtom-src/headers/tomcrypt_argchk.h
libtom-src/headers/tomcrypt_cfg.h
libtom-src/headers/tomcrypt_cipher.h
libtom-src/headers/tomcrypt_custom.h
libtom-src/headers/tomcrypt_hash.h
libtom-src/headers/tomcrypt_hkdf.h
libtom-src/headers/tomcrypt_mac.h
libtom-src/headers/tomcrypt_macros.h
libtom-src/headers/tomcrypt_math.h
libtom-src/headers/tomcrypt_misc.h
libtom-src/headers/tomcrypt_pk.h
libtom-src/headers/tomcrypt_pkcs.h
libtom-src/headers/tomcrypt_prng.h
libtom-src/mac/f9/f9_done.c
libtom-src/mac/f9/f9_file.c
libtom-src/mac/f9/f9_init.c
libtom-src/mac/f9/f9_memory.c
libtom-src/mac/f9/f9_memory_multi.c
libtom-src/mac/f9/f9_process.c
libtom-src/mac/hmac/hmac_done.c
libtom-src/mac/hmac/hmac_file.c
libtom-src/mac/hmac/hmac_init.c
libtom-src/mac/hmac/hmac_memory.c
libtom-src/mac/hmac/hmac_memory_multi.c
libtom-src/mac/hmac/hmac_process.c
libtom-src/mac/omac/omac_done.c
libtom-src/mac/omac/omac_file.c
libtom-src/mac/omac/omac_init.c
libtom-src/mac/omac/omac_memory.c
libtom-src/mac/omac/omac_memory_multi.c
libtom-src/mac/omac/omac_process.c
libtom-src/mac/pelican/pelican.c
libtom-src/mac/pelican/pelican_memory.c
libtom-src/mac/pmac/pmac_done.c
libtom-src/mac/pmac/pmac_file.c
libtom-src/mac/pmac/pmac_init.c
libtom-src/mac/pmac/pmac_memory.c
libtom-src/mac/pmac/pmac_memory_multi.c
libtom-src/mac/pmac/pmac_ntz.c
libtom-src/mac/pmac/pmac_process.c
libtom-src/mac/pmac/pmac_shift_xor.c
libtom-src/mac/xcbc/xcbc_done.c
libtom-src/mac/xcbc/xcbc_file.c
libtom-src/mac/xcbc/xcbc_init.c
libtom-src/mac/xcbc/xcbc_memory.c
libtom-src/mac/xcbc/xcbc_memory_multi.c
libtom-src/mac/xcbc/xcbc_process.c
libtom-src/math/fp/ltc_ecc_fp_mulmod.c
libtom-src/math/ltm_desc.c
libtom-src/math/multi.c
libtom-src/math/rand_prime.c
libtom-src/misc/base64/base64_decode.c
libtom-src/misc/base64/base64_encode.c
libtom-src/misc/burn_stack.c
libtom-src/misc/crypt/crypt.c
libtom-src/misc/crypt/crypt_argchk.c
libtom-src/misc/crypt/crypt_cipher_descriptor.c
libtom-src/misc/crypt/crypt_cipher_is_valid.c
libtom-src/misc/crypt/crypt_find_cipher.c
libtom-src/misc/crypt/crypt_find_cipher_any.c
libtom-src/misc/crypt/crypt_find_cipher_id.c
libtom-src/misc/crypt/crypt_find_hash.c
libtom-src/misc/crypt/crypt_find_hash_any.c
libtom-src/misc/crypt/crypt_find_hash_id.c
libtom-src/misc/crypt/crypt_find_hash_oid.c
libtom-src/misc/crypt/crypt_find_prng.c
libtom-src/misc/crypt/crypt_fsa.c
libtom-src/misc/crypt/crypt_hash_descriptor.c
libtom-src/misc/crypt/crypt_hash_is_valid.c
libtom-src/misc/crypt/crypt_ltc_mp_descriptor.c
libtom-src/misc/crypt/crypt_prng_descriptor.c
libtom-src/misc/crypt/crypt_prng_is_valid.c
libtom-src/misc/crypt/crypt_register_cipher.c
libtom-src/misc/crypt/crypt_register_hash.c
libtom-src/misc/crypt/crypt_register_prng.c
libtom-src/misc/crypt/crypt_unregister_cipher.c
libtom-src/misc/crypt/crypt_unregister_hash.c
libtom-src/misc/crypt/crypt_unregister_prng.c
libtom-src/misc/error_to_string.c
libtom-src/misc/hkdf/hkdf.c
libtom-src/misc/pk_get_oid.c
libtom-src/misc/pkcs5/pkcs_5_1.c
libtom-src/misc/pkcs5/pkcs_5_2.c
libtom-src/misc/zeromem.c
libtom-src/modes/cbc/cbc_decrypt.c
libtom-src/modes/cbc/cbc_done.c
libtom-src/modes/cbc/cbc_encrypt.c
libtom-src/modes/cbc/cbc_getiv.c
libtom-src/modes/cbc/cbc_setiv.c
libtom-src/modes/cbc/cbc_start.c
libtom-src/modes/cfb/cfb_decrypt.c
libtom-src/modes/cfb/cfb_done.c
libtom-src/modes/cfb/cfb_encrypt.c
libtom-src/modes/cfb/cfb_getiv.c
libtom-src/modes/cfb/cfb_setiv.c
libtom-src/modes/cfb/cfb_start.c
libtom-src/modes/ctr/ctr_decrypt.c
libtom-src/modes/ctr/ctr_done.c
libtom-src/modes/ctr/ctr_encrypt.c
libtom-src/modes/ctr/ctr_getiv.c
libtom-src/modes/ctr/ctr_setiv.c
libtom-src/modes/ctr/ctr_start.c
libtom-src/modes/ecb/ecb_decrypt.c
libtom-src/modes/ecb/ecb_done.c
libtom-src/modes/ecb/ecb_encrypt.c
libtom-src/modes/ecb/ecb_start.c
libtom-src/modes/f8/f8_decrypt.c
libtom-src/modes/f8/f8_done.c
libtom-src/modes/f8/f8_encrypt.c
libtom-src/modes/f8/f8_getiv.c
libtom-src/modes/f8/f8_setiv.c
libtom-src/modes/f8/f8_start.c
libtom-src/modes/lrw/lrw_decrypt.c
libtom-src/modes/lrw/lrw_done.c
libtom-src/modes/lrw/lrw_encrypt.c
libtom-src/modes/lrw/lrw_getiv.c
libtom-src/modes/lrw/lrw_process.c
libtom-src/modes/lrw/lrw_setiv.c
libtom-src/modes/lrw/lrw_start.c
libtom-src/modes/ofb/ofb_decrypt.c
libtom-src/modes/ofb/ofb_done.c
libtom-src/modes/ofb/ofb_encrypt.c
libtom-src/modes/ofb/ofb_getiv.c
libtom-src/modes/ofb/ofb_setiv.c
libtom-src/modes/ofb/ofb_start.c
libtom-src/modes/xts/xts_decrypt.c
libtom-src/modes/xts/xts_done.c
libtom-src/modes/xts/xts_encrypt.c
libtom-src/modes/xts/xts_init.c
libtom-src/modes/xts/xts_mult_x.c
MANIFEST			This list of files
META.json
META.yml
t/001_compile.t
t/002_all_pm.t
t/003_all_pm_pod.t
t/cipher_aes.t
t/cipher_aes_test_vectors_bc.t
t/cipher_anubis.t
t/cipher_blowfish.t
t/cipher_camellia.t
t/cipher_cast5.t
t/cipher_des.t
t/cipher_des_ede.t
t/cipher_kasumi.t
t/cipher_khazad.t
t/cipher_multi2.t
t/cipher_multi2_rounds.t
t/cipher_noekeon.t
t/cipher_rc2.t
t/cipher_rc5.t
t/cipher_rc6.t
t/cipher_safer_k128.t
t/cipher_safer_k64.t
t/cipher_safer_sk128.t
t/cipher_safer_sk64.t
t/cipher_saferp.t
t/cipher_seed.t
t/cipher_seed_test_vectors_bc.t
t/cipher_skipjack.t
t/cipher_test_vectors_ltc.t
t/cipher_twofish.t
t/cipher_twofish_test_vectors_bc.t
t/cipher_xtea.t
t/cipher_xtea_test_vectors_bc.t
t/data/binary-test.file
t/data/text-CR.file
t/data/text-CRLF.file
t/data/text-LF.file
t/digest_chaes.t
t/digest_md2.t
t/digest_md4.t
t/digest_md5.t
t/digest_ripemd128.t
t/digest_ripemd160.t
t/digest_ripemd256.t
t/digest_ripemd320.t
t/digest_sha1.t
t/digest_sha224.t
t/digest_sha256.t
t/digest_sha384.t
t/digest_sha512.t
t/digest_test_vectors_ltc.t
t/digest_tiger192.t
t/digest_whirlpool.t
t/mac_f9.t
t/mac_hmac.t
t/mac_hmac_test_vectors_ltc.t
t/mac_omac.t
t/mac_omac_test_vectors_ltc.t
t/mac_pelican.t
t/mac_pmac.t
t/mac_pmac_test_vectors_ltc.t
t/mac_xcbc.t
typemap
