mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
11 lines
281 B
C
11 lines
281 B
C
|
/* PRIME.H - header file for PRIME.C
|
||
|
*/
|
||
|
|
||
|
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
|
||
|
Inc., created 1991. All rights reserved.
|
||
|
*/
|
||
|
|
||
|
int GeneratePrime PROTO_LIST
|
||
|
((NN_DIGIT *, NN_DIGIT *, NN_DIGIT *, NN_DIGIT *, unsigned int,
|
||
|
R_RANDOM_STRUCT *));
|