fastpool.h
来自「vc环境下的pgp源码」· C头文件 代码 · 共 12 行
H
12 行
#ifndef FASTPOOL_H
#define FASTPOOL_H
#include "PGPFone.h" /* For uchar typedef */
void randPoolAddWord(ulong w);
void randPoolAddBytes(uchar const *p, unsigned len);
void randPoolGetBytes(uchar *p, unsigned len);
#endif // FASTPOOL_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?