CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密

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

相关说明

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

相关评论

暂无评论内容.

发表评论

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