CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程

文件名称: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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com