source: trunk/minix/servers/inet/generic/rand256.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 315 bytes
RevLine 
[9]1/*
2rand256.h
3
4Created: Oct 2000 by Philip Homburg <philip@f-mnx.phicoh.com>
5
6Provide 256-bit random numbers
7*/
8
9#define RAND256_BUFSIZE 32
10
11void init_rand256 ARGS(( u8_t bits[RAND256_BUFSIZE] ));
12void rand256 ARGS(( u8_t bits[RAND256_BUFSIZE] ));
13
14/*
15 * $PchId: rand256.h,v 1.1 2005/06/28 14:14:05 philip Exp $
16 */
Note: See TracBrowser for help on using the repository browser.