Lines Matching full:yarrow
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
447 "test" makefile and minor issues in Yarrow and Sober [just cosmetics really]
472 -- Update to PRNG API to fix import/export functions of Fortuna and Yarrow
575 -- added error checking to yarrow code
580 -- modded Yarrow to try and use refactored AES code and added WHIRLPOOL support (d'oh) ;-)
699 -- Updated demos/x86_prof.c to use Yarrow during the key sched testing [was horribly slow on platforms with blockable
947 -- Fixed bug in yarrow code where it would allow cast5 or md2 to be used with it...
1054 -- Removed unused variable from yarrow state and made AES/SHA256 the default cipher/hash combo
1055 -- Fixed a bug in the Yarrow code that called prng_is_valid instead of cipher_is_valid from yarrow_start()
1060 v0.66 -- Updated the /demos/test.c program to time the hashes correctly. Also it uses the yarrow PRNG for all of the
1077 -- Wayne Scott updated the demos/test.c file to use the SPRNG less and Yarrow more
1155 -- Simplified the Yarrow code once again :-)
1184 v0.50 -- Fixed yarrow.c so that the cipher/hash used would be registered. Also fixed
1198 -- Correctly updated yarrow code to remove a few unused variables.
1274 -- Jason Klapste submitted bug fixes to the yarrow, hash and various other issues. The yarrow code will now
1279 -- Simplified the yarrow code to take advantage of the new CTR code.
1327 v0.30 -- Major change to the Yarrow PRNG code, fixed a bug that Eugene Starokoltsev found.