rsaprime.h

来自「很有意思得加密解密算法」· C头文件 代码 · 共 23 行

H
23
字号
/* RSAPRIME.H - header file for RSAPRIME.C
 */

/* Copyright (C) 1991-2 RSA Laboratories, a division of RSA Data
   Security, Inc. All rights reserved.
 */
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
void FindStrongRSAPrime (NN_DIGIT *, unsigned int, NN_DIGIT *, const char **);
#ifdef __cplusplus
};
#endif /* __cplusplus */

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
void ConvertTime(unsigned long, unsigned int *);
#ifdef __cplusplus
};
#endif /* __cplusplus */

⌨️ 快捷键说明

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