From a57a79c61da52b84236a4641ac23b2924fff88b6 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 21 Mar 2022 00:14:33 +0100 Subject: Update documentation to add Blake2s-256 and remove RIPEMD-160 --- doc/html/Random Number Generator.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/Random Number Generator.html') diff --git a/doc/html/Random Number Generator.html b/doc/html/Random Number Generator.html index e5080389..8b9d934c 100644 --- a/doc/html/Random Number Generator.html +++ b/doc/html/Random Number Generator.html @@ -51,9 +51,9 @@ written to the pool, this function is applied to the entire pool.

Description of the pool mixing function:

    -
  1. Let R be the randomness pool.
  2. Let H be the hash function selected by the user (SHA-512, RIPEMD-160, or Whirlpool). +
  3. Let R be the randomness pool.
  4. Let H be the hash function selected by the user (SHA-512, BLAKE2S-256, or Whirlpool).
  5. l = byte size of the output of the hash function H (i.e., if -H is RIPEMD-160, then l = 20; if H is SHA-512, l = 64) +H is BLAKE2S-256, then l = 20; if H is SHA-512, l = 64)
  6. z = byte size of the randomness pool R (320 bytes)
  7. q = z / l – 1 (e.g., if H is Whirlpool, then q = 4)
  8. Ris divided intol-byte blocksB0...Bq.

    For 0 ≤ i ≤ q (i.e., for each block B) the following steps are performed:

    -- cgit v1.2.3