15 lines
261 B
C
15 lines
261 B
C
|
/*
|
||
|
rand256.h
|
||
|
|
||
|
Created: Oct 2000 by Philip Homburg <philip@f-mnx.phicoh.com>
|
||
|
|
||
|
Provide 256-bit random numbers
|
||
|
*/
|
||
|
|
||
|
void init_rand256 ARGS(( u8_t bits[32] ));
|
||
|
void rand256 ARGS(( u8_t bits[32] ));
|
||
|
|
||
|
/*
|
||
|
* $PchId: rand256.h,v 1.1 2005/06/28 14:14:05 philip Exp $
|
||
|
*/
|