fortuna API ?
Laurent Alebarde <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.heimdal.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I am looking especially for a fortuna implementation. Here, I found the
following API:
* static int *fortuna_reseed*(void)
* static int *fortuna_init*(void)
* static void *fortuna_seed*(const void *indata, int size)
* static int *fortuna_bytes*(unsigned char *outdata, int size)
* static void *fortuna_cleanup*(void)
* static void *fortuna_add*(const void *indata, int size, double
entropi)static int fortuna_pseudorand(unsigned char *outdata, int size)
* static int *fortuna_status*(void)
* const RAND_METHOD **RAND_fortuna_method*(void)
My use case is PRNG in the meaning that when I seed the generator with
the same value, it produces the same pseudo-random numbers sequence. Can
this be achieved with this library ? In other words, does this fortuna
implementation a PRNG or a pseudo-TRNG ?
Is there a documentation of this API somewhere please ?
Cheers,
Laurent