00001 /* 00002 rand256.h 00003 00004 Created: Oct 2000 by Philip Homburg <philip@f-mnx.phicoh.com> 00005 00006 Provide 256-bit random numbers 00007 */ 00008 00009 #define RAND256_BUFSIZE 32 00010 00011 void init_rand256 ARGS(( u8_t bits[RAND256_BUFSIZE] )); 00012 void rand256 ARGS(( u8_t bits[RAND256_BUFSIZE] )); 00013 00014 /* 00015 * $PchId: rand256.h,v 1.1 2005/06/28 14:14:05 philip Exp $ 00016 */
1.4.6