首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > C++ SHA1算法的优化

C++ SHA1算法的优化

  • 资源大小:28.62 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 算法 优化

资 源 简 介

Fast SHA1 algorithm with a small memory footprint. Written in C++ and very easy to use. Example of use: unsigned char hash[20];char hexstring[41];sha1::calc("Teststring",10,hash); // 10 is the length of the stringsha1::toHexString(hash, hexstring); There are only two files in the sources that are needed to use the sha1 algorithm in your own code: sha1.h and sha1.cpp. The other files are there as unittesting and benchmarking.

文 件 列 表

1000sha1.txt
main.cpp
ReadMe.txt
sha1.cpp
sha1.h
VIP VIP
0.164860s