source:
trunk/minix/servers/inet/generic/rand256.h@
14
| Last change on this file since 14 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 315 bytes | |
| Line | |
|---|---|
| 1 | /* |
| 2 | rand256.h |
| 3 | |
| 4 | Created: Oct 2000 by Philip Homburg <philip@f-mnx.phicoh.com> |
| 5 | |
| 6 | Provide 256-bit random numbers |
| 7 | */ |
| 8 | |
| 9 | #define RAND256_BUFSIZE 32 |
| 10 | |
| 11 | void init_rand256 ARGS(( u8_t bits[RAND256_BUFSIZE] )); |
| 12 | void 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.