]> git.ipfire.org Git - thirdparty/nettle.git/commit
* yarrow256.c (yarrow256_fast_reseed): Renamed (was
authorNiels Möller <nisse@lysator.liu.se>
Fri, 24 Oct 2008 19:43:47 +0000 (21:43 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 24 Oct 2008 19:43:47 +0000 (21:43 +0200)
commitb84a309d82f4b17b017a63f52a6a6a372b2cf7ed
tree205431a06b8cbf2b1f479f1460cd6755912a59d3
parentc44fa75e431ab9600390a2661bdb7a3661eae4b5
* yarrow256.c (yarrow256_fast_reseed): Renamed (was
yarrow_fast_reseed) and made non-static. Don't generate seed file
here, let the application use yarrow256_random instead.
(yarrow256_slow_reseed): Renamed (was yarrow_slow_reseed) and made
non-static.
(yarrow256_force_reseed): Deleted function, use
yarrow256_slow_reseed instead. For backwards compatibility,
yarrow.h defines yarrow256_force_reseed as an alias for that
function.

* yarrow.h (struct yarrow256_ctx): Deleted seed_file buffer.

Rev: nettle/yarrow.h:1.2
Rev: nettle/yarrow256.c:1.4
yarrow.h
yarrow256.c