⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sha1.h

📁 xyzzy is a program for the Nintendo Wii which will read a console s OTP key storage and dump out the
💻 H
字号:
typedef struct {    unsigned long state[5];    unsigned long count[2];    unsigned char buffer[64];} SHA1_CTX;void SHA1Transform(unsigned long state[5], unsigned char buffer[64]);void SHA1Init(SHA1_CTX* context);void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int len);void SHA1Final(unsigned char digest[20], SHA1_CTX* context);void SHA1(unsigned char *ptr, unsigned int size, unsigned char *outbuf);

⌨️ 快捷键说明

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