Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:fortuna

28 v1.15 -- Andreas Lange found that if sha256_init DID fail in fortuna it wouldn't clean up the state correctly.  Thanks.
90 if I ever make fortuna pluggable
201 -- Added LTC_MUTEX_* support to Yarrow and Fortuna allowing you to use respective prng_state as a global PRNG state [e.g. thread-safe] if you define one of the LTC_* defines at
421 weren't defined. This made undef'ing FORTUNA break the build.
472 -- Update to PRNG API to fix import/export functions of Fortuna and Yarrow
478 -- Update Fortuna's export() to emit a hash of each pool. This means that the accumulated
490 -- Changed Fortuna to count only entropy [not the 2 byte header] added to pool[0] into the
523 -- Updated PRNG api. Added Fortuna PRNG to the list of supported PRNGs