pgprnd.h
来自「vc环境下的pgp源码」· C头文件 代码 · 共 24 行
H
24 行
/*
* pgpRnd.h - system-specific gathering of high-resolution timers for RNG.
*
* This is a PRIVATE header file, for use only within the PGP Library.
* You should not be using these functions in an application.
*
* The interface is system-independent, but the implementation should be
* highly system-dependent, to get at as much state as possible.
*
* $Id: pgpRnd.h,v 1.9 1999/04/13 17:39:33 cpeterson Exp $
*/
#include "pgpUsuals.h"
#include "pgpOpaqueStructs.h"
PGP_BEGIN_C_DECLARATIONS
/* formerly rndGetEntropy */
PGPUInt32 pgpRandomCollectEntropy(PGPRandomContext const *rc);
PGPBoolean pgpRandomCollectOsData(PGPRandomContext const *rc);
PGP_END_C_DECLARATIONS
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?