]> pd.if.org Git - zpackage/commit
commit files needed for zpm-fetchurl
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 10 Feb 2019 11:46:48 +0000 (11:46 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 10 Feb 2019 11:46:48 +0000 (11:46 +0000)
commit66bc25938679f1d6a1d1200f329093d82a5e99b4
treee6d2c41264ee2418933c9d8a8ed0de770317f994
parenta52ee0733f420ca20224049260d6fc5cf7d8f621
commit files needed for zpm-fetchurl

These can be trimmed down later.
555 files changed:
Makefile
crypto/base64.c [new file with mode: 0644]
crypto/buffer.c [new file with mode: 0644]
crypto/buffer.h [new file with mode: 0644]
crypto/chacha.c [new file with mode: 0644]
crypto/chacha.h [new file with mode: 0644]
crypto/cipher_supported.c [new file with mode: 0644]
crypto/forward.c [new file with mode: 0644]
crypto/handshake.c [new file with mode: 0644]
crypto/hash.c [new file with mode: 0644]
crypto/hkdf.c [new file with mode: 0644]
crypto/hmac_message.c [new file with mode: 0644]
crypto/packet_update.c [new file with mode: 0644]
crypto/parse_client_hello.c [new file with mode: 0644]
crypto/parse_message.c [new file with mode: 0644]
crypto/pem.c [new file with mode: 0644]
crypto/ref10/base.c [new file with mode: 0644]
crypto/ref10/fe.h [new file with mode: 0644]
crypto/ref10/fe_0.c [new file with mode: 0644]
crypto/ref10/fe_1.c [new file with mode: 0644]
crypto/ref10/fe_add.c [new file with mode: 0644]
crypto/ref10/fe_copy.c [new file with mode: 0644]
crypto/ref10/fe_cswap.c [new file with mode: 0644]
crypto/ref10/fe_frombytes.c [new file with mode: 0644]
crypto/ref10/fe_invert.c [new file with mode: 0644]
crypto/ref10/fe_mul.c [new file with mode: 0644]
crypto/ref10/fe_mul121666.c [new file with mode: 0644]
crypto/ref10/fe_sq.c [new file with mode: 0644]
crypto/ref10/fe_sub.c [new file with mode: 0644]
crypto/ref10/fe_tobytes.c [new file with mode: 0644]
crypto/ref10/scalarmult.c [new file with mode: 0644]
crypto/tlse.c [new file with mode: 0644]
libtomcrypt/src/ciphers/aes/aes.c [new file with mode: 0644]
libtomcrypt/src/ciphers/aes/aes_tab.c [new file with mode: 0644]
libtomcrypt/src/ciphers/anubis.c [new file with mode: 0644]
libtomcrypt/src/ciphers/blowfish.c [new file with mode: 0644]
libtomcrypt/src/ciphers/camellia.c [new file with mode: 0644]
libtomcrypt/src/ciphers/cast5.c [new file with mode: 0644]
libtomcrypt/src/ciphers/des.c [new file with mode: 0644]
libtomcrypt/src/ciphers/kasumi.c [new file with mode: 0644]
libtomcrypt/src/ciphers/khazad.c [new file with mode: 0644]
libtomcrypt/src/ciphers/kseed.c [new file with mode: 0644]
libtomcrypt/src/ciphers/multi2.c [new file with mode: 0644]
libtomcrypt/src/ciphers/noekeon.c [new file with mode: 0644]
libtomcrypt/src/ciphers/rc2.c [new file with mode: 0644]
libtomcrypt/src/ciphers/rc5.c [new file with mode: 0644]
libtomcrypt/src/ciphers/rc6.c [new file with mode: 0644]
libtomcrypt/src/ciphers/safer/safer.c [new file with mode: 0644]
libtomcrypt/src/ciphers/safer/safer_tab.c [new file with mode: 0644]
libtomcrypt/src/ciphers/safer/saferp.c [new file with mode: 0644]
libtomcrypt/src/ciphers/skipjack.c [new file with mode: 0644]
libtomcrypt/src/ciphers/twofish/twofish.c [new file with mode: 0644]
libtomcrypt/src/ciphers/twofish/twofish_tab.c [new file with mode: 0644]
libtomcrypt/src/ciphers/xtea.c [new file with mode: 0644]
libtomcrypt/src/encauth/ccm/ccm_add_aad.c [new file with mode: 0644]
libtomcrypt/src/encauth/ccm/ccm_add_nonce.c [new file with mode: 0644]
libtomcrypt/src/encauth/ccm/ccm_done.c [new file with mode: 0644]
libtomcrypt/src/encauth/ccm/ccm_init.c [new file with mode: 0644]
libtomcrypt/src/encauth/ccm/ccm_memory.c [new file with mode: 0644]
libtomcrypt/src/encauth/ccm/ccm_process.c [new file with mode: 0644]
libtomcrypt/src/encauth/ccm/ccm_reset.c [new file with mode: 0644]
libtomcrypt/src/encauth/ccm/ccm_test.c [new file with mode: 0644]
libtomcrypt/src/encauth/chachapoly/chacha20poly1305_add_aad.c [new file with mode: 0644]
libtomcrypt/src/encauth/chachapoly/chacha20poly1305_decrypt.c [new file with mode: 0644]
libtomcrypt/src/encauth/chachapoly/chacha20poly1305_done.c [new file with mode: 0644]
libtomcrypt/src/encauth/chachapoly/chacha20poly1305_encrypt.c [new file with mode: 0644]
libtomcrypt/src/encauth/chachapoly/chacha20poly1305_init.c [new file with mode: 0644]
libtomcrypt/src/encauth/chachapoly/chacha20poly1305_memory.c [new file with mode: 0644]
libtomcrypt/src/encauth/chachapoly/chacha20poly1305_setiv.c [new file with mode: 0644]
libtomcrypt/src/encauth/chachapoly/chacha20poly1305_setiv_rfc7905.c [new file with mode: 0644]
libtomcrypt/src/encauth/chachapoly/chacha20poly1305_test.c [new file with mode: 0644]
libtomcrypt/src/encauth/eax/eax_addheader.c [new file with mode: 0644]
libtomcrypt/src/encauth/eax/eax_decrypt.c [new file with mode: 0644]
libtomcrypt/src/encauth/eax/eax_decrypt_verify_memory.c [new file with mode: 0644]
libtomcrypt/src/encauth/eax/eax_done.c [new file with mode: 0644]
libtomcrypt/src/encauth/eax/eax_encrypt.c [new file with mode: 0644]
libtomcrypt/src/encauth/eax/eax_encrypt_authenticate_memory.c [new file with mode: 0644]
libtomcrypt/src/encauth/eax/eax_init.c [new file with mode: 0644]
libtomcrypt/src/encauth/eax/eax_test.c [new file with mode: 0644]
libtomcrypt/src/encauth/gcm/gcm_add_aad.c [new file with mode: 0644]
libtomcrypt/src/encauth/gcm/gcm_add_iv.c [new file with mode: 0644]
libtomcrypt/src/encauth/gcm/gcm_done.c [new file with mode: 0644]
libtomcrypt/src/encauth/gcm/gcm_gf_mult.c [new file with mode: 0644]
libtomcrypt/src/encauth/gcm/gcm_init.c [new file with mode: 0644]
libtomcrypt/src/encauth/gcm/gcm_memory.c [new file with mode: 0644]
libtomcrypt/src/encauth/gcm/gcm_mult_h.c [new file with mode: 0644]
libtomcrypt/src/encauth/gcm/gcm_process.c [new file with mode: 0644]
libtomcrypt/src/encauth/gcm/gcm_reset.c [new file with mode: 0644]
libtomcrypt/src/encauth/gcm/gcm_test.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb/ocb_decrypt.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb/ocb_decrypt_verify_memory.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb/ocb_done_decrypt.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb/ocb_done_encrypt.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb/ocb_encrypt.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb/ocb_encrypt_authenticate_memory.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb/ocb_init.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb/ocb_ntz.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb/ocb_shift_xor.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb/ocb_test.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb/s_ocb_done.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb3/ocb3_add_aad.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb3/ocb3_decrypt.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb3/ocb3_decrypt_last.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb3/ocb3_decrypt_verify_memory.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb3/ocb3_done.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb3/ocb3_encrypt.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb3/ocb3_encrypt_authenticate_memory.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb3/ocb3_encrypt_last.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb3/ocb3_init.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb3/ocb3_int_ntz.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb3/ocb3_int_xor_blocks.c [new file with mode: 0644]
libtomcrypt/src/encauth/ocb3/ocb3_test.c [new file with mode: 0644]
libtomcrypt/src/hashes/blake2b.c [new file with mode: 0644]
libtomcrypt/src/hashes/blake2s.c [new file with mode: 0644]
libtomcrypt/src/hashes/chc/chc.c [new file with mode: 0644]
libtomcrypt/src/hashes/helper/hash_file.c [new file with mode: 0644]
libtomcrypt/src/hashes/helper/hash_filehandle.c [new file with mode: 0644]
libtomcrypt/src/hashes/helper/hash_memory.c [new file with mode: 0644]
libtomcrypt/src/hashes/helper/hash_memory_multi.c [new file with mode: 0644]
libtomcrypt/src/hashes/md2.c [new file with mode: 0644]
libtomcrypt/src/hashes/md4.c [new file with mode: 0644]
libtomcrypt/src/hashes/md5.c [new file with mode: 0644]
libtomcrypt/src/hashes/rmd128.c [new file with mode: 0644]
libtomcrypt/src/hashes/rmd160.c [new file with mode: 0644]
libtomcrypt/src/hashes/rmd256.c [new file with mode: 0644]
libtomcrypt/src/hashes/rmd320.c [new file with mode: 0644]
libtomcrypt/src/hashes/sha1.c [new file with mode: 0644]
libtomcrypt/src/hashes/sha2/sha224.c [new file with mode: 0644]
libtomcrypt/src/hashes/sha2/sha256.c [new file with mode: 0644]
libtomcrypt/src/hashes/sha2/sha384.c [new file with mode: 0644]
libtomcrypt/src/hashes/sha2/sha512.c [new file with mode: 0644]
libtomcrypt/src/hashes/sha2/sha512_224.c [new file with mode: 0644]
libtomcrypt/src/hashes/sha2/sha512_256.c [new file with mode: 0644]
libtomcrypt/src/hashes/sha3.c [new file with mode: 0644]
libtomcrypt/src/hashes/sha3_test.c [new file with mode: 0644]
libtomcrypt/src/hashes/tiger.c [new file with mode: 0644]
libtomcrypt/src/hashes/whirl/whirl.c [new file with mode: 0644]
libtomcrypt/src/hashes/whirl/whirltab.c [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_argchk.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_cfg.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_cipher.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_custom.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_hash.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_mac.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_macros.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_math.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_misc.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_pk.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_pkcs.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_prng.h [new file with mode: 0644]
libtomcrypt/src/mac/blake2/blake2bmac.c [new file with mode: 0644]
libtomcrypt/src/mac/blake2/blake2bmac_file.c [new file with mode: 0644]
libtomcrypt/src/mac/blake2/blake2bmac_memory.c [new file with mode: 0644]
libtomcrypt/src/mac/blake2/blake2bmac_memory_multi.c [new file with mode: 0644]
libtomcrypt/src/mac/blake2/blake2bmac_test.c [new file with mode: 0644]
libtomcrypt/src/mac/blake2/blake2smac.c [new file with mode: 0644]
libtomcrypt/src/mac/blake2/blake2smac_file.c [new file with mode: 0644]
libtomcrypt/src/mac/blake2/blake2smac_memory.c [new file with mode: 0644]
libtomcrypt/src/mac/blake2/blake2smac_memory_multi.c [new file with mode: 0644]
libtomcrypt/src/mac/blake2/blake2smac_test.c [new file with mode: 0644]
libtomcrypt/src/mac/f9/f9_done.c [new file with mode: 0644]
libtomcrypt/src/mac/f9/f9_file.c [new file with mode: 0644]
libtomcrypt/src/mac/f9/f9_init.c [new file with mode: 0644]
libtomcrypt/src/mac/f9/f9_memory.c [new file with mode: 0644]
libtomcrypt/src/mac/f9/f9_memory_multi.c [new file with mode: 0644]
libtomcrypt/src/mac/f9/f9_process.c [new file with mode: 0644]
libtomcrypt/src/mac/f9/f9_test.c [new file with mode: 0644]
libtomcrypt/src/mac/hmac/hmac_done.c [new file with mode: 0644]
libtomcrypt/src/mac/hmac/hmac_file.c [new file with mode: 0644]
libtomcrypt/src/mac/hmac/hmac_init.c [new file with mode: 0644]
libtomcrypt/src/mac/hmac/hmac_memory.c [new file with mode: 0644]
libtomcrypt/src/mac/hmac/hmac_memory_multi.c [new file with mode: 0644]
libtomcrypt/src/mac/hmac/hmac_process.c [new file with mode: 0644]
libtomcrypt/src/mac/hmac/hmac_test.c [new file with mode: 0644]
libtomcrypt/src/mac/omac/omac_done.c [new file with mode: 0644]
libtomcrypt/src/mac/omac/omac_file.c [new file with mode: 0644]
libtomcrypt/src/mac/omac/omac_init.c [new file with mode: 0644]
libtomcrypt/src/mac/omac/omac_memory.c [new file with mode: 0644]
libtomcrypt/src/mac/omac/omac_memory_multi.c [new file with mode: 0644]
libtomcrypt/src/mac/omac/omac_process.c [new file with mode: 0644]
libtomcrypt/src/mac/omac/omac_test.c [new file with mode: 0644]
libtomcrypt/src/mac/pelican/pelican.c [new file with mode: 0644]
libtomcrypt/src/mac/pelican/pelican_memory.c [new file with mode: 0644]
libtomcrypt/src/mac/pelican/pelican_test.c [new file with mode: 0644]
libtomcrypt/src/mac/pmac/pmac_done.c [new file with mode: 0644]
libtomcrypt/src/mac/pmac/pmac_file.c [new file with mode: 0644]
libtomcrypt/src/mac/pmac/pmac_init.c [new file with mode: 0644]
libtomcrypt/src/mac/pmac/pmac_memory.c [new file with mode: 0644]
libtomcrypt/src/mac/pmac/pmac_memory_multi.c [new file with mode: 0644]
libtomcrypt/src/mac/pmac/pmac_ntz.c [new file with mode: 0644]
libtomcrypt/src/mac/pmac/pmac_process.c [new file with mode: 0644]
libtomcrypt/src/mac/pmac/pmac_shift_xor.c [new file with mode: 0644]
libtomcrypt/src/mac/pmac/pmac_test.c [new file with mode: 0644]
libtomcrypt/src/mac/poly1305/poly1305.c [new file with mode: 0644]
libtomcrypt/src/mac/poly1305/poly1305_file.c [new file with mode: 0644]
libtomcrypt/src/mac/poly1305/poly1305_memory.c [new file with mode: 0644]
libtomcrypt/src/mac/poly1305/poly1305_memory_multi.c [new file with mode: 0644]
libtomcrypt/src/mac/poly1305/poly1305_test.c [new file with mode: 0644]
libtomcrypt/src/mac/xcbc/xcbc_done.c [new file with mode: 0644]
libtomcrypt/src/mac/xcbc/xcbc_file.c [new file with mode: 0644]
libtomcrypt/src/mac/xcbc/xcbc_init.c [new file with mode: 0644]
libtomcrypt/src/mac/xcbc/xcbc_memory.c [new file with mode: 0644]
libtomcrypt/src/mac/xcbc/xcbc_memory_multi.c [new file with mode: 0644]
libtomcrypt/src/mac/xcbc/xcbc_process.c [new file with mode: 0644]
libtomcrypt/src/mac/xcbc/xcbc_test.c [new file with mode: 0644]
libtomcrypt/src/math/fp/ltc_ecc_fp_mulmod.c [new file with mode: 0644]
libtomcrypt/src/math/gmp_desc.c [new file with mode: 0644]
libtomcrypt/src/math/ltm_desc.c [new file with mode: 0644]
libtomcrypt/src/math/multi.c [new file with mode: 0644]
libtomcrypt/src/math/radix_to_bin.c [new file with mode: 0644]
libtomcrypt/src/math/rand_bn.c [new file with mode: 0644]
libtomcrypt/src/math/rand_prime.c [new file with mode: 0644]
libtomcrypt/src/math/tfm_desc.c [new file with mode: 0644]
libtomcrypt/src/misc/adler32.c [new file with mode: 0644]
libtomcrypt/src/misc/base64/base64_decode.c [new file with mode: 0644]
libtomcrypt/src/misc/base64/base64_encode.c [new file with mode: 0644]
libtomcrypt/src/misc/burn_stack.c [new file with mode: 0644]
libtomcrypt/src/misc/compare_testvector.c [new file with mode: 0644]
libtomcrypt/src/misc/crc32.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_argchk.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_cipher_descriptor.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_cipher_is_valid.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_constants.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_find_cipher.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_find_cipher_any.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_find_cipher_id.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_find_hash.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_find_hash_any.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_find_hash_id.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_find_hash_oid.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_find_prng.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_fsa.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_hash_descriptor.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_hash_is_valid.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_inits.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_ltc_mp_descriptor.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_prng_descriptor.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_prng_is_valid.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_prng_rng_descriptor.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_register_all_ciphers.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_register_all_hashes.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_register_all_prngs.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_register_cipher.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_register_hash.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_register_prng.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_sizes.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_unregister_cipher.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_unregister_hash.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_unregister_prng.c [new file with mode: 0644]
libtomcrypt/src/misc/error_to_string.c [new file with mode: 0644]
libtomcrypt/src/misc/hkdf/hkdf.c [new file with mode: 0644]
libtomcrypt/src/misc/hkdf/hkdf_test.c [new file with mode: 0644]
libtomcrypt/src/misc/mem_neq.c [new file with mode: 0644]
libtomcrypt/src/misc/pk_get_oid.c [new file with mode: 0644]
libtomcrypt/src/misc/pkcs5/pkcs_5_1.c [new file with mode: 0644]
libtomcrypt/src/misc/pkcs5/pkcs_5_2.c [new file with mode: 0644]
libtomcrypt/src/misc/pkcs5/pkcs_5_test.c [new file with mode: 0644]
libtomcrypt/src/misc/zeromem.c [new file with mode: 0644]
libtomcrypt/src/modes/cbc/cbc_decrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/cbc/cbc_done.c [new file with mode: 0644]
libtomcrypt/src/modes/cbc/cbc_encrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/cbc/cbc_getiv.c [new file with mode: 0644]
libtomcrypt/src/modes/cbc/cbc_setiv.c [new file with mode: 0644]
libtomcrypt/src/modes/cbc/cbc_start.c [new file with mode: 0644]
libtomcrypt/src/modes/cfb/cfb_decrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/cfb/cfb_done.c [new file with mode: 0644]
libtomcrypt/src/modes/cfb/cfb_encrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/cfb/cfb_getiv.c [new file with mode: 0644]
libtomcrypt/src/modes/cfb/cfb_setiv.c [new file with mode: 0644]
libtomcrypt/src/modes/cfb/cfb_start.c [new file with mode: 0644]
libtomcrypt/src/modes/ctr/ctr_decrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/ctr/ctr_done.c [new file with mode: 0644]
libtomcrypt/src/modes/ctr/ctr_encrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/ctr/ctr_getiv.c [new file with mode: 0644]
libtomcrypt/src/modes/ctr/ctr_setiv.c [new file with mode: 0644]
libtomcrypt/src/modes/ctr/ctr_start.c [new file with mode: 0644]
libtomcrypt/src/modes/ctr/ctr_test.c [new file with mode: 0644]
libtomcrypt/src/modes/ecb/ecb_decrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/ecb/ecb_done.c [new file with mode: 0644]
libtomcrypt/src/modes/ecb/ecb_encrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/ecb/ecb_start.c [new file with mode: 0644]
libtomcrypt/src/modes/f8/f8_decrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/f8/f8_done.c [new file with mode: 0644]
libtomcrypt/src/modes/f8/f8_encrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/f8/f8_getiv.c [new file with mode: 0644]
libtomcrypt/src/modes/f8/f8_setiv.c [new file with mode: 0644]
libtomcrypt/src/modes/f8/f8_start.c [new file with mode: 0644]
libtomcrypt/src/modes/f8/f8_test_mode.c [new file with mode: 0644]
libtomcrypt/src/modes/lrw/lrw_decrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/lrw/lrw_done.c [new file with mode: 0644]
libtomcrypt/src/modes/lrw/lrw_encrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/lrw/lrw_getiv.c [new file with mode: 0644]
libtomcrypt/src/modes/lrw/lrw_process.c [new file with mode: 0644]
libtomcrypt/src/modes/lrw/lrw_setiv.c [new file with mode: 0644]
libtomcrypt/src/modes/lrw/lrw_start.c [new file with mode: 0644]
libtomcrypt/src/modes/lrw/lrw_test.c [new file with mode: 0644]
libtomcrypt/src/modes/ofb/ofb_decrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/ofb/ofb_done.c [new file with mode: 0644]
libtomcrypt/src/modes/ofb/ofb_encrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/ofb/ofb_getiv.c [new file with mode: 0644]
libtomcrypt/src/modes/ofb/ofb_setiv.c [new file with mode: 0644]
libtomcrypt/src/modes/ofb/ofb_start.c [new file with mode: 0644]
libtomcrypt/src/modes/xts/xts_decrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/xts/xts_done.c [new file with mode: 0644]
libtomcrypt/src/modes/xts/xts_encrypt.c [new file with mode: 0644]
libtomcrypt/src/modes/xts/xts_init.c [new file with mode: 0644]
libtomcrypt/src/modes/xts/xts_mult_x.c [new file with mode: 0644]
libtomcrypt/src/modes/xts/xts_test.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/bit/der_decode_bit_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/bit/der_decode_raw_bit_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/bit/der_encode_bit_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/bit/der_encode_raw_bit_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/bit/der_length_bit_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/boolean/der_decode_boolean.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/boolean/der_encode_boolean.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/boolean/der_length_boolean.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/choice/der_decode_choice.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/generalizedtime/der_decode_generalizedtime.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/generalizedtime/der_encode_generalizedtime.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/generalizedtime/der_length_generalizedtime.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/ia5/der_decode_ia5_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/ia5/der_encode_ia5_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/ia5/der_length_ia5_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/integer/der_decode_integer.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/integer/der_encode_integer.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/integer/der_length_integer.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/object_identifier/der_decode_object_identifier.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/object_identifier/der_encode_object_identifier.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/object_identifier/der_length_object_identifier.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/octet/der_decode_octet_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/octet/der_encode_octet_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/octet/der_length_octet_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/printable_string/der_decode_printable_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/printable_string/der_encode_printable_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/printable_string/der_length_printable_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_ex.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_flexi.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_multi.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/sequence/der_decode_subject_public_key_info.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_ex.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_multi.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/sequence/der_encode_subject_public_key_info.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/sequence/der_length_sequence.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/sequence/der_sequence_free.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/sequence/der_sequence_shrink.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/set/der_encode_set.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/set/der_encode_setof.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/short_integer/der_decode_short_integer.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/short_integer/der_encode_short_integer.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/short_integer/der_length_short_integer.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/teletex_string/der_decode_teletex_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/teletex_string/der_length_teletex_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/utctime/der_decode_utctime.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/utctime/der_encode_utctime.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/utctime/der_length_utctime.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/utf8/der_decode_utf8_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/utf8/der_encode_utf8_string.c [new file with mode: 0644]
libtomcrypt/src/pk/asn1/der/utf8/der_length_utf8_string.c [new file with mode: 0644]
libtomcrypt/src/pk/dh/dh.c [new file with mode: 0644]
libtomcrypt/src/pk/dh/dh_check_pubkey.c [new file with mode: 0644]
libtomcrypt/src/pk/dh/dh_export.c [new file with mode: 0644]
libtomcrypt/src/pk/dh/dh_export_key.c [new file with mode: 0644]
libtomcrypt/src/pk/dh/dh_free.c [new file with mode: 0644]
libtomcrypt/src/pk/dh/dh_generate_key.c [new file with mode: 0644]
libtomcrypt/src/pk/dh/dh_import.c [new file with mode: 0644]
libtomcrypt/src/pk/dh/dh_set.c [new file with mode: 0644]
libtomcrypt/src/pk/dh/dh_set_pg_dhparam.c [new file with mode: 0644]
libtomcrypt/src/pk/dh/dh_shared_secret.c [new file with mode: 0644]
libtomcrypt/src/pk/dsa/dsa_decrypt_key.c [new file with mode: 0644]
libtomcrypt/src/pk/dsa/dsa_encrypt_key.c [new file with mode: 0644]
libtomcrypt/src/pk/dsa/dsa_export.c [new file with mode: 0644]
libtomcrypt/src/pk/dsa/dsa_free.c [new file with mode: 0644]
libtomcrypt/src/pk/dsa/dsa_generate_key.c [new file with mode: 0644]
libtomcrypt/src/pk/dsa/dsa_generate_pqg.c [new file with mode: 0644]
libtomcrypt/src/pk/dsa/dsa_import.c [new file with mode: 0644]
libtomcrypt/src/pk/dsa/dsa_make_key.c [new file with mode: 0644]
libtomcrypt/src/pk/dsa/dsa_set.c [new file with mode: 0644]
libtomcrypt/src/pk/dsa/dsa_set_pqg_dsaparam.c [new file with mode: 0644]
libtomcrypt/src/pk/dsa/dsa_shared_secret.c [new file with mode: 0644]
libtomcrypt/src/pk/dsa/dsa_sign_hash.c [new file with mode: 0644]
libtomcrypt/src/pk/dsa/dsa_verify_hash.c [new file with mode: 0644]
libtomcrypt/src/pk/dsa/dsa_verify_key.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc_ansi_x963_export.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc_ansi_x963_import.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc_decrypt_key.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc_encrypt_key.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc_export.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc_free.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc_get_size.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc_import.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc_make_key.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc_shared_secret.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc_sign_hash.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc_sizes.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc_test.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ecc_verify_hash.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ltc_ecc_is_valid_idx.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ltc_ecc_map.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ltc_ecc_mul2add.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ltc_ecc_mulmod.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ltc_ecc_mulmod_timing.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ltc_ecc_points.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ltc_ecc_projective_add_point.c [new file with mode: 0644]
libtomcrypt/src/pk/ecc/ltc_ecc_projective_dbl_point.c [new file with mode: 0644]
libtomcrypt/src/pk/katja/katja_decrypt_key.c [new file with mode: 0644]
libtomcrypt/src/pk/katja/katja_encrypt_key.c [new file with mode: 0644]
libtomcrypt/src/pk/katja/katja_export.c [new file with mode: 0644]
libtomcrypt/src/pk/katja/katja_exptmod.c [new file with mode: 0644]
libtomcrypt/src/pk/katja/katja_free.c [new file with mode: 0644]
libtomcrypt/src/pk/katja/katja_import.c [new file with mode: 0644]
libtomcrypt/src/pk/katja/katja_make_key.c [new file with mode: 0644]
libtomcrypt/src/pk/pkcs1/pkcs_1_i2osp.c [new file with mode: 0644]
libtomcrypt/src/pk/pkcs1/pkcs_1_mgf1.c [new file with mode: 0644]
libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_decode.c [new file with mode: 0644]
libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_encode.c [new file with mode: 0644]
libtomcrypt/src/pk/pkcs1/pkcs_1_os2ip.c [new file with mode: 0644]
libtomcrypt/src/pk/pkcs1/pkcs_1_pss_decode.c [new file with mode: 0644]
libtomcrypt/src/pk/pkcs1/pkcs_1_pss_encode.c [new file with mode: 0644]
libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_decode.c [new file with mode: 0644]
libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_encode.c [new file with mode: 0644]
libtomcrypt/src/pk/rsa/rsa_decrypt_key.c [new file with mode: 0644]
libtomcrypt/src/pk/rsa/rsa_encrypt_key.c [new file with mode: 0644]
libtomcrypt/src/pk/rsa/rsa_export.c [new file with mode: 0644]
libtomcrypt/src/pk/rsa/rsa_exptmod.c [new file with mode: 0644]
libtomcrypt/src/pk/rsa/rsa_free.c [new file with mode: 0644]
libtomcrypt/src/pk/rsa/rsa_get_size.c [new file with mode: 0644]
libtomcrypt/src/pk/rsa/rsa_import.c [new file with mode: 0644]
libtomcrypt/src/pk/rsa/rsa_import_pkcs8.c [new file with mode: 0644]
libtomcrypt/src/pk/rsa/rsa_import_x509.c [new file with mode: 0644]
libtomcrypt/src/pk/rsa/rsa_make_key.c [new file with mode: 0644]
libtomcrypt/src/pk/rsa/rsa_set.c [new file with mode: 0644]
libtomcrypt/src/pk/rsa/rsa_sign_hash.c [new file with mode: 0644]
libtomcrypt/src/pk/rsa/rsa_sign_saltlen_get.c [new file with mode: 0644]
libtomcrypt/src/pk/rsa/rsa_verify_hash.c [new file with mode: 0644]
libtomcrypt/src/prngs/chacha20.c [new file with mode: 0644]
libtomcrypt/src/prngs/fortuna.c [new file with mode: 0644]
libtomcrypt/src/prngs/rc4.c [new file with mode: 0644]
libtomcrypt/src/prngs/rng_get_bytes.c [new file with mode: 0644]
libtomcrypt/src/prngs/rng_make_prng.c [new file with mode: 0644]
libtomcrypt/src/prngs/sober128.c [new file with mode: 0644]
libtomcrypt/src/prngs/sprng.c [new file with mode: 0644]
libtomcrypt/src/prngs/yarrow.c [new file with mode: 0644]
libtomcrypt/src/stream/chacha/chacha_crypt.c [new file with mode: 0644]
libtomcrypt/src/stream/chacha/chacha_done.c [new file with mode: 0644]
libtomcrypt/src/stream/chacha/chacha_ivctr32.c [new file with mode: 0644]
libtomcrypt/src/stream/chacha/chacha_ivctr64.c [new file with mode: 0644]
libtomcrypt/src/stream/chacha/chacha_keystream.c [new file with mode: 0644]
libtomcrypt/src/stream/chacha/chacha_setup.c [new file with mode: 0644]
libtomcrypt/src/stream/chacha/chacha_test.c [new file with mode: 0644]
libtomcrypt/src/stream/rc4/rc4_stream.c [new file with mode: 0644]
libtomcrypt/src/stream/rc4/rc4_test.c [new file with mode: 0644]
libtomcrypt/src/stream/sober128/sober128_stream.c [new file with mode: 0644]
libtomcrypt/src/stream/sober128/sober128_test.c [new file with mode: 0644]
libtomcrypt/src/stream/sober128/sober128tab.c [new file with mode: 0644]
tomsfastmath/src/addsub/fp_add.c [new file with mode: 0644]
tomsfastmath/src/addsub/fp_add_d.c [new file with mode: 0644]
tomsfastmath/src/addsub/fp_addmod.c [new file with mode: 0644]
tomsfastmath/src/addsub/fp_cmp.c [new file with mode: 0644]
tomsfastmath/src/addsub/fp_cmp_d.c [new file with mode: 0644]
tomsfastmath/src/addsub/fp_cmp_mag.c [new file with mode: 0644]
tomsfastmath/src/addsub/fp_sub.c [new file with mode: 0644]
tomsfastmath/src/addsub/fp_sub_d.c [new file with mode: 0644]
tomsfastmath/src/addsub/fp_submod.c [new file with mode: 0644]
tomsfastmath/src/addsub/s_fp_add.c [new file with mode: 0644]
tomsfastmath/src/addsub/s_fp_sub.c [new file with mode: 0644]
tomsfastmath/src/bin/fp_radix_size.c [new file with mode: 0644]
tomsfastmath/src/bin/fp_read_radix.c [new file with mode: 0644]
tomsfastmath/src/bin/fp_read_signed_bin.c [new file with mode: 0644]
tomsfastmath/src/bin/fp_read_unsigned_bin.c [new file with mode: 0644]
tomsfastmath/src/bin/fp_reverse.c [new file with mode: 0644]
tomsfastmath/src/bin/fp_s_rmap.c [new file with mode: 0644]
tomsfastmath/src/bin/fp_signed_bin_size.c [new file with mode: 0644]
tomsfastmath/src/bin/fp_to_signed_bin.c [new file with mode: 0644]
tomsfastmath/src/bin/fp_to_unsigned_bin.c [new file with mode: 0644]
tomsfastmath/src/bin/fp_toradix.c [new file with mode: 0644]
tomsfastmath/src/bin/fp_toradix_n.c [new file with mode: 0644]
tomsfastmath/src/bin/fp_unsigned_bin_size.c [new file with mode: 0644]
tomsfastmath/src/bit/fp_cnt_lsb.c [new file with mode: 0644]
tomsfastmath/src/bit/fp_count_bits.c [new file with mode: 0644]
tomsfastmath/src/bit/fp_div_2.c [new file with mode: 0644]
tomsfastmath/src/bit/fp_div_2d.c [new file with mode: 0644]
tomsfastmath/src/bit/fp_lshd.c [new file with mode: 0644]
tomsfastmath/src/bit/fp_mod_2d.c [new file with mode: 0644]
tomsfastmath/src/bit/fp_rshd.c [new file with mode: 0644]
tomsfastmath/src/divide/fp_div.c [new file with mode: 0644]
tomsfastmath/src/divide/fp_div_d.c [new file with mode: 0644]
tomsfastmath/src/divide/fp_mod.c [new file with mode: 0644]
tomsfastmath/src/divide/fp_mod_d.c [new file with mode: 0644]
tomsfastmath/src/exptmod/fp_2expt.c [new file with mode: 0644]
tomsfastmath/src/exptmod/fp_exptmod.c [new file with mode: 0644]
tomsfastmath/src/generators/comba_mont_gen.c [new file with mode: 0644]
tomsfastmath/src/generators/comba_mult_gen.c [new file with mode: 0644]
tomsfastmath/src/generators/comba_mult_smallgen.c [new file with mode: 0644]
tomsfastmath/src/generators/comba_sqr_gen.c [new file with mode: 0644]
tomsfastmath/src/generators/comba_sqr_smallgen.c [new file with mode: 0644]
tomsfastmath/src/headers/tfm.h [new file with mode: 0644]
tomsfastmath/src/headers/tfm_private.h [new file with mode: 0644]
tomsfastmath/src/misc/fp_ident.c [new file with mode: 0644]
tomsfastmath/src/misc/fp_rand.c [new file with mode: 0644]
tomsfastmath/src/misc/fp_set.c [new file with mode: 0644]
tomsfastmath/src/mont/fp_montgomery_calc_normalization.c [new file with mode: 0644]
tomsfastmath/src/mont/fp_montgomery_reduce.c [new file with mode: 0644]
tomsfastmath/src/mont/fp_montgomery_setup.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_2.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_2d.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_12.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_17.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_20.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_24.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_28.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_3.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_32.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_4.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_48.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_6.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_64.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_7.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_8.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_9.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_comba_small_set.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mul_d.c [new file with mode: 0644]
tomsfastmath/src/mul/fp_mulmod.c [new file with mode: 0644]
tomsfastmath/src/numtheory/fp_gcd.c [new file with mode: 0644]
tomsfastmath/src/numtheory/fp_invmod.c [new file with mode: 0644]
tomsfastmath/src/numtheory/fp_isprime.c [new file with mode: 0644]
tomsfastmath/src/numtheory/fp_isprime_ex.c [new file with mode: 0644]
tomsfastmath/src/numtheory/fp_lcm.c [new file with mode: 0644]
tomsfastmath/src/numtheory/fp_prime_miller_rabin.c [new file with mode: 0644]
tomsfastmath/src/numtheory/fp_prime_random_ex.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_12.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_17.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_20.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_24.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_28.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_3.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_32.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_4.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_48.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_6.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_64.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_7.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_8.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_9.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_generic.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqr_comba_small_set.c [new file with mode: 0644]
tomsfastmath/src/sqr/fp_sqrmod.c [new file with mode: 0644]
zpm-fetchurl.c [new file with mode: 0644]
zpm-repo