文件名称:crypt-1.16
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.88mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
这是一个提供了各种加密算法的库的源代码,非常实用-This is an encryption algorithm to provide a variety of library source code, very useful
(系统自动生成,下载前可以参看下载内容)
下载文件列表
libtomcrypt-1.16/
libtomcrypt-1.16/build.sh
libtomcrypt-1.16/changes
libtomcrypt-1.16/crypt.lof
libtomcrypt-1.16/crypt.tex
libtomcrypt-1.16/demos/
libtomcrypt-1.16/demos/encrypt.c
libtomcrypt-1.16/demos/hashsum.c
libtomcrypt-1.16/demos/multi.c
libtomcrypt-1.16/demos/small.c
libtomcrypt-1.16/demos/test/
libtomcrypt-1.16/demos/test.c
libtomcrypt-1.16/demos/timing.c
libtomcrypt-1.16/demos/tv_gen.c
libtomcrypt-1.16/doc/
libtomcrypt-1.16/doc/crypt.pdf
libtomcrypt-1.16/doc/footer.html
libtomcrypt-1.16/doc/header.html
libtomcrypt-1.16/Doxyfile
libtomcrypt-1.16/filter.pl
libtomcrypt-1.16/fixupind.pl
libtomcrypt-1.16/genlist.sh
libtomcrypt-1.16/LICENSE
libtomcrypt-1.16/makefile
libtomcrypt-1.16/makefile.icc
libtomcrypt-1.16/makefile.msvc
libtomcrypt-1.16/makefile.shared
libtomcrypt-1.16/makefile.unix
libtomcrypt-1.16/mess.sh
libtomcrypt-1.16/notes/
libtomcrypt-1.16/notes/base64_tv.txt
libtomcrypt-1.16/notes/ccm_tv.txt
libtomcrypt-1.16/notes/cipher_tv.txt
libtomcrypt-1.16/notes/eax_tv.txt
libtomcrypt-1.16/notes/ecc_tv.txt
libtomcrypt-1.16/notes/etc/
libtomcrypt-1.16/notes/etc/saferp_optimizer.c
libtomcrypt-1.16/notes/etc/whirlgen.c
libtomcrypt-1.16/notes/etc/whirltest.c
libtomcrypt-1.16/notes/gcm_tv.txt
libtomcrypt-1.16/notes/hash_tv.txt
libtomcrypt-1.16/notes/hmac_tv.txt
libtomcrypt-1.16/notes/lrw_tv.txt
libtomcrypt-1.16/notes/ocb_tv.txt
libtomcrypt-1.16/notes/omac_tv.txt
libtomcrypt-1.16/notes/pmac_tv.txt
libtomcrypt-1.16/notes/tech0001.txt
libtomcrypt-1.16/notes/tech0002.txt
libtomcrypt-1.16/notes/tech0003.txt
libtomcrypt-1.16/notes/tech0004.txt
libtomcrypt-1.16/notes/tech0005.txt
libtomcrypt-1.16/notes/tech0006.txt
libtomcrypt-1.16/notes/tech0007.txt
libtomcrypt-1.16/parsenames.pl
libtomcrypt-1.16/README
libtomcrypt-1.16/run.sh
libtomcrypt-1.16/src/
libtomcrypt-1.16/src/ciphers/
libtomcrypt-1.16/src/ciphers/aes/
libtomcrypt-1.16/src/ciphers/aes/aes.c
libtomcrypt-1.16/src/ciphers/aes/aes_tab.c
libtomcrypt-1.16/src/ciphers/anubis.c
libtomcrypt-1.16/src/ciphers/blowfish.c
libtomcrypt-1.16/src/ciphers/cast5.c
libtomcrypt-1.16/src/ciphers/des.c
libtomcrypt-1.16/src/ciphers/kasumi.c
libtomcrypt-1.16/src/ciphers/khazad.c
libtomcrypt-1.16/src/ciphers/kseed.c
libtomcrypt-1.16/src/ciphers/noekeon.c
libtomcrypt-1.16/src/ciphers/rc2.c
libtomcrypt-1.16/src/ciphers/rc5.c
libtomcrypt-1.16/src/ciphers/rc6.c
libtomcrypt-1.16/src/ciphers/safer/
libtomcrypt-1.16/src/ciphers/safer/safer.c
libtomcrypt-1.16/src/ciphers/safer/saferp.c
libtomcrypt-1.16/src/ciphers/safer/safer_tab.c
libtomcrypt-1.16/src/ciphers/skipjack.c
libtomcrypt-1.16/src/ciphers/twofish/
libtomcrypt-1.16/src/ciphers/twofish/twofish.c
libtomcrypt-1.16/src/ciphers/twofish/twofish_tab.c
libtomcrypt-1.16/src/ciphers/xtea.c
libtomcrypt-1.16/src/encauth/
libtomcrypt-1.16/src/encauth/ccm/
libtomcrypt-1.16/src/encauth/ccm/ccm_memory.c
libtomcrypt-1.16/src/encauth/ccm/ccm_test.c
libtomcrypt-1.16/src/encauth/eax/
libtomcrypt-1.16/src/encauth/eax/eax_addheader.c
libtomcrypt-1.16/src/encauth/eax/eax_decrypt.c
libtomcrypt-1.16/src/encauth/eax/eax_decrypt_verify_memory.c
libtomcrypt-1.16/src/encauth/eax/eax_done.c
libtomcrypt-1.16/src/encauth/eax/eax_encrypt.c
libtomcrypt-1.16/src/encauth/eax/eax_encrypt_authenticate_memory.c
libtomcrypt-1.16/src/encauth/eax/eax_init.c
libtomcrypt-1.16/src/encauth/eax/eax_test.c
libtomcrypt-1.16/src/encauth/gcm/
libtomcrypt-1.16/src/encauth/gcm/gcm_add_aad.c
libtomcrypt-1.16/src/encauth/gcm/gcm_add_iv.c
libtomcrypt-1.16/src/encauth/gcm/gcm_done.c
libtomcrypt-1.16/src/encauth/gcm/gcm_gf_mult.c
libtomcrypt-1.16/src/encauth/gcm/gcm_init.c
libtomcrypt-1.16/src/encauth/gcm/gcm_memory.c
libtomcrypt-1.16/src/encauth/gcm/gcm_mult_h.c
libtomcrypt-1.16/src/encauth/gcm/gcm_process.c
libtomcrypt-1.16/src/encauth/gcm/gcm_reset.c
libtomcrypt-1.16/src/encauth/gcm/gcm_test.c
libtomcrypt-1.16/src/encauth/ocb/
libtomcrypt-1.16/src/encauth/ocb/ocb_decrypt.c
libtomcrypt-1.16/src/encauth/ocb/ocb_decrypt_verify_memory.c
libtomcrypt-1.16/src/encauth/ocb/ocb_done_decrypt.c
libtomcrypt-1.16/src/encauth/ocb/ocb_done_encrypt.c
libtomcrypt-1.16/src/encauth/ocb/ocb_encrypt.c
libtomcrypt-1.16/src/encauth/ocb/ocb_encrypt_authenticate_memory.c
libtomcrypt-1.16/src/encauth/ocb/ocb_init.c
libtomcrypt-1.16/src/encauth/ocb/ocb_ntz.c
libtomcrypt-1.16/src/encauth/ocb/ocb_shift_xor.c
libtomcrypt-1.16/src/encauth/ocb/ocb_test.c
libtomcrypt-1.16/src/encauth/ocb/s_ocb_done.c
libtomcrypt-1.16/src/hashes/
libtomcrypt-1.16/src/hashes/chc/
libtomcrypt-1.16/src/hashes/chc/chc.c
libtomcrypt-1.16/src/hashes/helper/
libtomcrypt-1.16/src/hashes/helper/hash_file.c
libtomcrypt-1.16/src/hashes/helper/hash_filehandle.c
libtomcrypt-1.16/src/hashes/helper/hash_memory.c
libtomcrypt-1.16/src/hashes/helper/hash_memory_multi.c
libtomcrypt-1.16/src/hashes/md2.c
libtomcrypt-1.16/src/hashes/md4.c
libtomcrypt-1.16/src/hashes/md5.c
libtomcrypt-1.16/src/hashes/rmd128.c
libtomcrypt-1.16/src/hashes/rmd160.c
libtomcrypt-1.16/src/hashes/rmd256.c
libtomcrypt-1.16/src/hashes/rmd320.c
libtomcrypt-1.16/src/hashes/sha1.c
libtomcrypt-1.16/src/hashes/sha2/
libtomcrypt-1.16/src/hashes/sha2/sha224.c
libtomcrypt-1.16/src/hashes/sha2/sha256.c
l
libtomcrypt-1.16/build.sh
libtomcrypt-1.16/changes
libtomcrypt-1.16/crypt.lof
libtomcrypt-1.16/crypt.tex
libtomcrypt-1.16/demos/
libtomcrypt-1.16/demos/encrypt.c
libtomcrypt-1.16/demos/hashsum.c
libtomcrypt-1.16/demos/multi.c
libtomcrypt-1.16/demos/small.c
libtomcrypt-1.16/demos/test/
libtomcrypt-1.16/demos/test.c
libtomcrypt-1.16/demos/timing.c
libtomcrypt-1.16/demos/tv_gen.c
libtomcrypt-1.16/doc/
libtomcrypt-1.16/doc/crypt.pdf
libtomcrypt-1.16/doc/footer.html
libtomcrypt-1.16/doc/header.html
libtomcrypt-1.16/Doxyfile
libtomcrypt-1.16/filter.pl
libtomcrypt-1.16/fixupind.pl
libtomcrypt-1.16/genlist.sh
libtomcrypt-1.16/LICENSE
libtomcrypt-1.16/makefile
libtomcrypt-1.16/makefile.icc
libtomcrypt-1.16/makefile.msvc
libtomcrypt-1.16/makefile.shared
libtomcrypt-1.16/makefile.unix
libtomcrypt-1.16/mess.sh
libtomcrypt-1.16/notes/
libtomcrypt-1.16/notes/base64_tv.txt
libtomcrypt-1.16/notes/ccm_tv.txt
libtomcrypt-1.16/notes/cipher_tv.txt
libtomcrypt-1.16/notes/eax_tv.txt
libtomcrypt-1.16/notes/ecc_tv.txt
libtomcrypt-1.16/notes/etc/
libtomcrypt-1.16/notes/etc/saferp_optimizer.c
libtomcrypt-1.16/notes/etc/whirlgen.c
libtomcrypt-1.16/notes/etc/whirltest.c
libtomcrypt-1.16/notes/gcm_tv.txt
libtomcrypt-1.16/notes/hash_tv.txt
libtomcrypt-1.16/notes/hmac_tv.txt
libtomcrypt-1.16/notes/lrw_tv.txt
libtomcrypt-1.16/notes/ocb_tv.txt
libtomcrypt-1.16/notes/omac_tv.txt
libtomcrypt-1.16/notes/pmac_tv.txt
libtomcrypt-1.16/notes/tech0001.txt
libtomcrypt-1.16/notes/tech0002.txt
libtomcrypt-1.16/notes/tech0003.txt
libtomcrypt-1.16/notes/tech0004.txt
libtomcrypt-1.16/notes/tech0005.txt
libtomcrypt-1.16/notes/tech0006.txt
libtomcrypt-1.16/notes/tech0007.txt
libtomcrypt-1.16/parsenames.pl
libtomcrypt-1.16/README
libtomcrypt-1.16/run.sh
libtomcrypt-1.16/src/
libtomcrypt-1.16/src/ciphers/
libtomcrypt-1.16/src/ciphers/aes/
libtomcrypt-1.16/src/ciphers/aes/aes.c
libtomcrypt-1.16/src/ciphers/aes/aes_tab.c
libtomcrypt-1.16/src/ciphers/anubis.c
libtomcrypt-1.16/src/ciphers/blowfish.c
libtomcrypt-1.16/src/ciphers/cast5.c
libtomcrypt-1.16/src/ciphers/des.c
libtomcrypt-1.16/src/ciphers/kasumi.c
libtomcrypt-1.16/src/ciphers/khazad.c
libtomcrypt-1.16/src/ciphers/kseed.c
libtomcrypt-1.16/src/ciphers/noekeon.c
libtomcrypt-1.16/src/ciphers/rc2.c
libtomcrypt-1.16/src/ciphers/rc5.c
libtomcrypt-1.16/src/ciphers/rc6.c
libtomcrypt-1.16/src/ciphers/safer/
libtomcrypt-1.16/src/ciphers/safer/safer.c
libtomcrypt-1.16/src/ciphers/safer/saferp.c
libtomcrypt-1.16/src/ciphers/safer/safer_tab.c
libtomcrypt-1.16/src/ciphers/skipjack.c
libtomcrypt-1.16/src/ciphers/twofish/
libtomcrypt-1.16/src/ciphers/twofish/twofish.c
libtomcrypt-1.16/src/ciphers/twofish/twofish_tab.c
libtomcrypt-1.16/src/ciphers/xtea.c
libtomcrypt-1.16/src/encauth/
libtomcrypt-1.16/src/encauth/ccm/
libtomcrypt-1.16/src/encauth/ccm/ccm_memory.c
libtomcrypt-1.16/src/encauth/ccm/ccm_test.c
libtomcrypt-1.16/src/encauth/eax/
libtomcrypt-1.16/src/encauth/eax/eax_addheader.c
libtomcrypt-1.16/src/encauth/eax/eax_decrypt.c
libtomcrypt-1.16/src/encauth/eax/eax_decrypt_verify_memory.c
libtomcrypt-1.16/src/encauth/eax/eax_done.c
libtomcrypt-1.16/src/encauth/eax/eax_encrypt.c
libtomcrypt-1.16/src/encauth/eax/eax_encrypt_authenticate_memory.c
libtomcrypt-1.16/src/encauth/eax/eax_init.c
libtomcrypt-1.16/src/encauth/eax/eax_test.c
libtomcrypt-1.16/src/encauth/gcm/
libtomcrypt-1.16/src/encauth/gcm/gcm_add_aad.c
libtomcrypt-1.16/src/encauth/gcm/gcm_add_iv.c
libtomcrypt-1.16/src/encauth/gcm/gcm_done.c
libtomcrypt-1.16/src/encauth/gcm/gcm_gf_mult.c
libtomcrypt-1.16/src/encauth/gcm/gcm_init.c
libtomcrypt-1.16/src/encauth/gcm/gcm_memory.c
libtomcrypt-1.16/src/encauth/gcm/gcm_mult_h.c
libtomcrypt-1.16/src/encauth/gcm/gcm_process.c
libtomcrypt-1.16/src/encauth/gcm/gcm_reset.c
libtomcrypt-1.16/src/encauth/gcm/gcm_test.c
libtomcrypt-1.16/src/encauth/ocb/
libtomcrypt-1.16/src/encauth/ocb/ocb_decrypt.c
libtomcrypt-1.16/src/encauth/ocb/ocb_decrypt_verify_memory.c
libtomcrypt-1.16/src/encauth/ocb/ocb_done_decrypt.c
libtomcrypt-1.16/src/encauth/ocb/ocb_done_encrypt.c
libtomcrypt-1.16/src/encauth/ocb/ocb_encrypt.c
libtomcrypt-1.16/src/encauth/ocb/ocb_encrypt_authenticate_memory.c
libtomcrypt-1.16/src/encauth/ocb/ocb_init.c
libtomcrypt-1.16/src/encauth/ocb/ocb_ntz.c
libtomcrypt-1.16/src/encauth/ocb/ocb_shift_xor.c
libtomcrypt-1.16/src/encauth/ocb/ocb_test.c
libtomcrypt-1.16/src/encauth/ocb/s_ocb_done.c
libtomcrypt-1.16/src/hashes/
libtomcrypt-1.16/src/hashes/chc/
libtomcrypt-1.16/src/hashes/chc/chc.c
libtomcrypt-1.16/src/hashes/helper/
libtomcrypt-1.16/src/hashes/helper/hash_file.c
libtomcrypt-1.16/src/hashes/helper/hash_filehandle.c
libtomcrypt-1.16/src/hashes/helper/hash_memory.c
libtomcrypt-1.16/src/hashes/helper/hash_memory_multi.c
libtomcrypt-1.16/src/hashes/md2.c
libtomcrypt-1.16/src/hashes/md4.c
libtomcrypt-1.16/src/hashes/md5.c
libtomcrypt-1.16/src/hashes/rmd128.c
libtomcrypt-1.16/src/hashes/rmd160.c
libtomcrypt-1.16/src/hashes/rmd256.c
libtomcrypt-1.16/src/hashes/rmd320.c
libtomcrypt-1.16/src/hashes/sha1.c
libtomcrypt-1.16/src/hashes/sha2/
libtomcrypt-1.16/src/hashes/sha2/sha224.c
libtomcrypt-1.16/src/hashes/sha2/sha256.c
l
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.