sha1.txt

来自「RC2算法源代码」· 文本 代码 · 共 13 行

TXT
13
字号
File name: sha1.cType (source/document/binary&source): sourceProposed directory: /pub/crypt/hash/sha/Upload directory: /pub/crypt/incoming/Short descriptor: SHA-1 in C. Fast, portable, and public domain.Version: Author: Steve Reid <steve@edmweb.com>Related files/things: Other comments:Allocate a SHA1_CTX, initialize it with SHA1Init(), run over the data with SHA1Update() and finally extract the result with SHA1Final().Or just compile the program as-is and use it to hash files.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?