📄 sha1.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -