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