文件名称:libtomcrypt-master
-
所属分类:
- 标签属性:
- 上传时间:2015-04-27
-
文件大小:1.93mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
libtomcrypt是数字加密算法完整版,里面包括了目前主流的一些加解密方法,如MD5,DES等,相当值得学习-Libtomcrypt is a digital encryption algorithm full version, which includes some popular encryption methods, such as MD5, DES and so on, very worth learning
(系统自动生成,下载前可以参看下载内容)
下载文件列表
libtomcrypt-master/
libtomcrypt-master/.gitignore
libtomcrypt-master/Doxyfile
libtomcrypt-master/LICENSE
libtomcrypt-master/README
libtomcrypt-master/TODO
libtomcrypt-master/build.sh
libtomcrypt-master/changes
libtomcrypt-master/crypt.lof
libtomcrypt-master/crypt.tex
libtomcrypt-master/demos/
libtomcrypt-master/demos/encrypt.c
libtomcrypt-master/demos/hashsum.c
libtomcrypt-master/demos/multi.c
libtomcrypt-master/demos/small.c
libtomcrypt-master/demos/test.c
libtomcrypt-master/demos/timing.c
libtomcrypt-master/demos/tv_gen.c
libtomcrypt-master/doc/
libtomcrypt-master/doc/crypt.pdf
libtomcrypt-master/doc/footer.html
libtomcrypt-master/doc/header.html
libtomcrypt-master/filter.pl
libtomcrypt-master/fixupind.pl
libtomcrypt-master/genlist.sh
libtomcrypt-master/libtomcrypt.dsp
libtomcrypt-master/libtomcrypt_VS2005.sln
libtomcrypt-master/libtomcrypt_VS2005.vcproj
libtomcrypt-master/libtomcrypt_VS2008.sln
libtomcrypt-master/libtomcrypt_VS2008.vcproj
libtomcrypt-master/makefile
libtomcrypt-master/makefile.icc
libtomcrypt-master/makefile.msvc
libtomcrypt-master/makefile.shared
libtomcrypt-master/makefile.unix
libtomcrypt-master/mess.sh
libtomcrypt-master/notes/
libtomcrypt-master/notes/base64_tv.txt
libtomcrypt-master/notes/ccm_tv.txt
libtomcrypt-master/notes/cipher_tv.txt
libtomcrypt-master/notes/eax_tv.txt
libtomcrypt-master/notes/ecc_tv.txt
libtomcrypt-master/notes/etc/
libtomcrypt-master/notes/etc/saferp_optimizer.c
libtomcrypt-master/notes/etc/whirlgen.c
libtomcrypt-master/notes/etc/whirltest.c
libtomcrypt-master/notes/gcm_tv.txt
libtomcrypt-master/notes/hash_tv.txt
libtomcrypt-master/notes/hmac_tv.txt
libtomcrypt-master/notes/lrw_tv.txt
libtomcrypt-master/notes/ocb_tv.txt
libtomcrypt-master/notes/omac_tv.txt
libtomcrypt-master/notes/pmac_tv.txt
libtomcrypt-master/notes/tech0001.txt
libtomcrypt-master/notes/tech0002.txt
libtomcrypt-master/notes/tech0003.txt
libtomcrypt-master/notes/tech0004.txt
libtomcrypt-master/notes/tech0005.txt
libtomcrypt-master/notes/tech0006.txt
libtomcrypt-master/notes/tech0007.txt
libtomcrypt-master/parsenames.pl
libtomcrypt-master/run.sh
libtomcrypt-master/src/
libtomcrypt-master/src/ciphers/
libtomcrypt-master/src/ciphers/aes/
libtomcrypt-master/src/ciphers/aes/aes.c
libtomcrypt-master/src/ciphers/aes/aes_tab.c
libtomcrypt-master/src/ciphers/anubis.c
libtomcrypt-master/src/ciphers/blowfish.c
libtomcrypt-master/src/ciphers/camellia.c
libtomcrypt-master/src/ciphers/cast5.c
libtomcrypt-master/src/ciphers/des.c
libtomcrypt-master/src/ciphers/kasumi.c
libtomcrypt-master/src/ciphers/khazad.c
libtomcrypt-master/src/ciphers/kseed.c
libtomcrypt-master/src/ciphers/multi2.c
libtomcrypt-master/src/ciphers/noekeon.c
libtomcrypt-master/src/ciphers/rc2.c
libtomcrypt-master/src/ciphers/rc5.c
libtomcrypt-master/src/ciphers/rc6.c
libtomcrypt-master/src/ciphers/safer/
libtomcrypt-master/src/ciphers/safer/safer.c
libtomcrypt-master/src/ciphers/safer/safer_tab.c
libtomcrypt-master/src/ciphers/safer/saferp.c
libtomcrypt-master/src/ciphers/skipjack.c
libtomcrypt-master/src/ciphers/twofish/
libtomcrypt-master/src/ciphers/twofish/twofish.c
libtomcrypt-master/src/ciphers/twofish/twofish_tab.c
libtomcrypt-master/src/ciphers/xtea.c
libtomcrypt-master/src/encauth/
libtomcrypt-master/src/encauth/ccm/
libtomcrypt-master/src/encauth/ccm/ccm_memory.c
libtomcrypt-master/src/encauth/ccm/ccm_memory_ex.c
libtomcrypt-master/src/encauth/ccm/ccm_test.c
libtomcrypt-master/src/encauth/eax/
libtomcrypt-master/src/encauth/eax/eax_addheader.c
libtomcrypt-master/src/encauth/eax/eax_decrypt.c
libtomcrypt-master/src/encauth/eax/eax_decrypt_verify_memory.c
libtomcrypt-master/src/encauth/eax/eax_done.c
libtomcrypt-master/src/encauth/eax/eax_encrypt.c
libtomcrypt-master/src/encauth/eax/eax_encrypt_authenticate_memory.c
libtomcrypt-master/src/encauth/eax/eax_init.c
libtomcrypt-master/src/encauth/eax/eax_test.c
libtomcrypt-master/src/encauth/gcm/
libtomcrypt-master/src/encauth/gcm/gcm_add_aad.c
libtomcrypt-master/src/encauth/gcm/gcm_add_iv.c
libtomcrypt-master/src/encauth/gcm/gcm_done.c
libtomcrypt-master/src/encauth/gcm/gcm_gf_mult.c
libtomcrypt-master/src/encauth/gcm/gcm_init.c
libtomcrypt-master/src/encauth/gcm/gcm_memory.c
libtomcrypt-master/src/encauth/gcm/gcm_mult_h.c
libtomcrypt-master/src/encauth/gcm/gcm_process.c
libtomcrypt-master/src/encauth/gcm/gcm_reset.c
libtomcrypt-master/src/encauth/gcm/gcm_test.c
libtomcrypt-master/src/encauth/ocb/
libtomcrypt-master/src/encauth/ocb/ocb_decrypt.c
libtomcrypt-master/src/encauth/ocb/ocb_decrypt_verify_memory.c
libtomcrypt-master/src/encauth/ocb/ocb_done_decrypt.c
libtomcrypt-master/src/encauth/ocb/ocb_done_encrypt.c
libtomcrypt-master/src/encauth/ocb/ocb_encrypt.c
libtomcrypt-master/src/encauth/ocb/ocb_encrypt_authenticate_memory.c
libtomcrypt-master/src/encauth/ocb/ocb_init.c
libtomcrypt-master/src/encauth/ocb/ocb_ntz.c
libtomcrypt-master/src/encauth/ocb/ocb_shift_xor.c
libtomcrypt-master/src/encauth/ocb/ocb_test.c
libtomcrypt-master/src/encauth/ocb/s_ocb_done.c
libtomcrypt-master/src/hashes/
libtomcrypt-master/src/hashes/chc/
libtomcrypt-master/src/hashes/chc/chc.c
libtomcrypt-master/src/hashes/helper/
l
libtomcrypt-master/.gitignore
libtomcrypt-master/Doxyfile
libtomcrypt-master/LICENSE
libtomcrypt-master/README
libtomcrypt-master/TODO
libtomcrypt-master/build.sh
libtomcrypt-master/changes
libtomcrypt-master/crypt.lof
libtomcrypt-master/crypt.tex
libtomcrypt-master/demos/
libtomcrypt-master/demos/encrypt.c
libtomcrypt-master/demos/hashsum.c
libtomcrypt-master/demos/multi.c
libtomcrypt-master/demos/small.c
libtomcrypt-master/demos/test.c
libtomcrypt-master/demos/timing.c
libtomcrypt-master/demos/tv_gen.c
libtomcrypt-master/doc/
libtomcrypt-master/doc/crypt.pdf
libtomcrypt-master/doc/footer.html
libtomcrypt-master/doc/header.html
libtomcrypt-master/filter.pl
libtomcrypt-master/fixupind.pl
libtomcrypt-master/genlist.sh
libtomcrypt-master/libtomcrypt.dsp
libtomcrypt-master/libtomcrypt_VS2005.sln
libtomcrypt-master/libtomcrypt_VS2005.vcproj
libtomcrypt-master/libtomcrypt_VS2008.sln
libtomcrypt-master/libtomcrypt_VS2008.vcproj
libtomcrypt-master/makefile
libtomcrypt-master/makefile.icc
libtomcrypt-master/makefile.msvc
libtomcrypt-master/makefile.shared
libtomcrypt-master/makefile.unix
libtomcrypt-master/mess.sh
libtomcrypt-master/notes/
libtomcrypt-master/notes/base64_tv.txt
libtomcrypt-master/notes/ccm_tv.txt
libtomcrypt-master/notes/cipher_tv.txt
libtomcrypt-master/notes/eax_tv.txt
libtomcrypt-master/notes/ecc_tv.txt
libtomcrypt-master/notes/etc/
libtomcrypt-master/notes/etc/saferp_optimizer.c
libtomcrypt-master/notes/etc/whirlgen.c
libtomcrypt-master/notes/etc/whirltest.c
libtomcrypt-master/notes/gcm_tv.txt
libtomcrypt-master/notes/hash_tv.txt
libtomcrypt-master/notes/hmac_tv.txt
libtomcrypt-master/notes/lrw_tv.txt
libtomcrypt-master/notes/ocb_tv.txt
libtomcrypt-master/notes/omac_tv.txt
libtomcrypt-master/notes/pmac_tv.txt
libtomcrypt-master/notes/tech0001.txt
libtomcrypt-master/notes/tech0002.txt
libtomcrypt-master/notes/tech0003.txt
libtomcrypt-master/notes/tech0004.txt
libtomcrypt-master/notes/tech0005.txt
libtomcrypt-master/notes/tech0006.txt
libtomcrypt-master/notes/tech0007.txt
libtomcrypt-master/parsenames.pl
libtomcrypt-master/run.sh
libtomcrypt-master/src/
libtomcrypt-master/src/ciphers/
libtomcrypt-master/src/ciphers/aes/
libtomcrypt-master/src/ciphers/aes/aes.c
libtomcrypt-master/src/ciphers/aes/aes_tab.c
libtomcrypt-master/src/ciphers/anubis.c
libtomcrypt-master/src/ciphers/blowfish.c
libtomcrypt-master/src/ciphers/camellia.c
libtomcrypt-master/src/ciphers/cast5.c
libtomcrypt-master/src/ciphers/des.c
libtomcrypt-master/src/ciphers/kasumi.c
libtomcrypt-master/src/ciphers/khazad.c
libtomcrypt-master/src/ciphers/kseed.c
libtomcrypt-master/src/ciphers/multi2.c
libtomcrypt-master/src/ciphers/noekeon.c
libtomcrypt-master/src/ciphers/rc2.c
libtomcrypt-master/src/ciphers/rc5.c
libtomcrypt-master/src/ciphers/rc6.c
libtomcrypt-master/src/ciphers/safer/
libtomcrypt-master/src/ciphers/safer/safer.c
libtomcrypt-master/src/ciphers/safer/safer_tab.c
libtomcrypt-master/src/ciphers/safer/saferp.c
libtomcrypt-master/src/ciphers/skipjack.c
libtomcrypt-master/src/ciphers/twofish/
libtomcrypt-master/src/ciphers/twofish/twofish.c
libtomcrypt-master/src/ciphers/twofish/twofish_tab.c
libtomcrypt-master/src/ciphers/xtea.c
libtomcrypt-master/src/encauth/
libtomcrypt-master/src/encauth/ccm/
libtomcrypt-master/src/encauth/ccm/ccm_memory.c
libtomcrypt-master/src/encauth/ccm/ccm_memory_ex.c
libtomcrypt-master/src/encauth/ccm/ccm_test.c
libtomcrypt-master/src/encauth/eax/
libtomcrypt-master/src/encauth/eax/eax_addheader.c
libtomcrypt-master/src/encauth/eax/eax_decrypt.c
libtomcrypt-master/src/encauth/eax/eax_decrypt_verify_memory.c
libtomcrypt-master/src/encauth/eax/eax_done.c
libtomcrypt-master/src/encauth/eax/eax_encrypt.c
libtomcrypt-master/src/encauth/eax/eax_encrypt_authenticate_memory.c
libtomcrypt-master/src/encauth/eax/eax_init.c
libtomcrypt-master/src/encauth/eax/eax_test.c
libtomcrypt-master/src/encauth/gcm/
libtomcrypt-master/src/encauth/gcm/gcm_add_aad.c
libtomcrypt-master/src/encauth/gcm/gcm_add_iv.c
libtomcrypt-master/src/encauth/gcm/gcm_done.c
libtomcrypt-master/src/encauth/gcm/gcm_gf_mult.c
libtomcrypt-master/src/encauth/gcm/gcm_init.c
libtomcrypt-master/src/encauth/gcm/gcm_memory.c
libtomcrypt-master/src/encauth/gcm/gcm_mult_h.c
libtomcrypt-master/src/encauth/gcm/gcm_process.c
libtomcrypt-master/src/encauth/gcm/gcm_reset.c
libtomcrypt-master/src/encauth/gcm/gcm_test.c
libtomcrypt-master/src/encauth/ocb/
libtomcrypt-master/src/encauth/ocb/ocb_decrypt.c
libtomcrypt-master/src/encauth/ocb/ocb_decrypt_verify_memory.c
libtomcrypt-master/src/encauth/ocb/ocb_done_decrypt.c
libtomcrypt-master/src/encauth/ocb/ocb_done_encrypt.c
libtomcrypt-master/src/encauth/ocb/ocb_encrypt.c
libtomcrypt-master/src/encauth/ocb/ocb_encrypt_authenticate_memory.c
libtomcrypt-master/src/encauth/ocb/ocb_init.c
libtomcrypt-master/src/encauth/ocb/ocb_ntz.c
libtomcrypt-master/src/encauth/ocb/ocb_shift_xor.c
libtomcrypt-master/src/encauth/ocb/ocb_test.c
libtomcrypt-master/src/encauth/ocb/s_ocb_done.c
libtomcrypt-master/src/hashes/
libtomcrypt-master/src/hashes/chc/
libtomcrypt-master/src/hashes/chc/chc.c
libtomcrypt-master/src/hashes/helper/
l
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.