Fix mpz_randomize to always update the "state" of rnd, and optimize the code that...
authorDavid Barksdale <amatus.amongus@gmail.com>
Mon, 17 May 2010 05:02:11 +0000 (05:02 +0000)
committerDavid Barksdale <amatus.amongus@gmail.com>
Mon, 17 May 2010 05:02:11 +0000 (05:02 +0000)
commitbdcdf3b89a7d8ccd1293eac5fa26cdfbe1c04244
tree401c8a3310ba07dab3058cfe7a7bec69d1b602c4
parente7ff3e82d257bece3b03eb277fea503a7c6f881b
Fix mpz_randomize to always update the "state" of rnd, and optimize the code that assumes that mpz_randomize can return a number with more bits than requested. This change breaks kblock key generation again.
src/util/crypto_ksk.c