summaryrefslogtreecommitdiff
path: root/yarrow256.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers for dual licensing.Niels Möller2014-04-121-23/+31
* Adapted yarrow code to use new aes256 interface.aes-reorgNiels Möller2013-08-131-5/+5
* Use size_t rather than unsigned for randomness related functions.Niels Möller2013-04-261-3/+3
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* Whitespace fix.Niels Möller2008-11-241-2/+1
* (yarrow256_fast_reseed): Set ctx->seeded = 1, soNiels Möller2008-11-221-4/+1
* * yarrow256.c (yarrow256_fast_reseed): Renamed (wasNiels Möller2008-10-241-29/+11
* (yarrow256_seed): Disallow length == 0.Niels Möller2008-09-151-11/+2
* Comment fix.Niels Möller2008-08-031-1/+1
* (yarrow256_seed): Use const for the seed_file input.Niels Möller2003-11-161-1/+1
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-3/+7
* Replaced uses of aes_set_key withNiels Möller2002-02-141-2/+2
* Removed calls of sha256_final and and some calls ofNiels Möller2002-01-091-5/+0
* (yarrow_slow_reseed): Bug fix, update the fast poolNiels Möller2001-12-121-1/+6
* (yarrow256_force_reseed): New function.Niels Möller2001-11-151-0/+6
* (yarrow256_needed_sources): New function.Niels Möller2001-11-141-13/+30
* (yarrow256_seed): New function.Niels Möller2001-11-141-12/+58
* (yarrow256_init): Fixed order of code andNiels Möller2001-11-021-1/+2
* * yarrow256.c (YARROW_RESEED_ITERATIONS): New constant.Niels Möller2001-10-141-4/+41
* Added debug some output.Niels Möller2001-10-101-0/+28
* (yarrow256_init): Initialize the sources.Niels Möller2001-10-091-25/+33
* * yarrow256.c (yarrow_fast_reseed): Generate two block of outputNiels Möller2001-10-081-2/+11
* * yarrow256.c (YARROW_GATE_THRESHOLD): Deleted constant.Niels Möller2001-10-081-3/+0
* * yarrow256.c (yarrow_fast_reseed): New function.Niels Möller2001-10-081-48/+12
* Added some FIXME:s.Niels Möller2001-10-081-0/+3
* * yarrow256.c (yarrow_fast_reseed): New function.Niels Möller2001-10-081-5/+89
* * yarrow256.c: New file, implementing Yarrow.Niels Möller2001-10-071-0/+193