source: trunk/third/moira/util/rsaref/prime.h @ 23095

Revision 23095, 281 bytes checked in by ghudson, 16 years ago (diff)
Import the moira package from SIPB Debathena.
Line 
1/* PRIME.H - header file for PRIME.C
2 */
3
4/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
5     Inc., created 1991. All rights reserved.
6 */
7
8int GeneratePrime PROTO_LIST
9  ((NN_DIGIT *, NN_DIGIT *, NN_DIGIT *, NN_DIGIT *, unsigned int,
10    R_RANDOM_STRUCT *));
Note: See TracBrowser for help on using the repository browser.