diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-03-21 00:14:33 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-03-21 01:18:48 +0100 |
commit | a57a79c61da52b84236a4641ac23b2924fff88b6 (patch) | |
tree | d8bdd1252f784c59f011994c9146dfaa413104a2 /doc/html/Random Number Generator.html | |
parent | 4a1be156f78f7c8bdfe3908a8b21a00fbe53f4f2 (diff) | |
download | VeraCrypt-a57a79c61da52b84236a4641ac23b2924fff88b6.tar.gz VeraCrypt-a57a79c61da52b84236a4641ac23b2924fff88b6.zip |
Update documentation to add Blake2s-256 and remove RIPEMD-160
Diffstat (limited to 'doc/html/Random Number Generator.html')
-rw-r--r-- | doc/html/Random Number Generator.html | 4 |
1 files changed, 2 insertions, 2 deletions
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.</p> <p>Description of the pool mixing function:</p> <ol> -<li>Let <em>R</em> be the randomness pool. </li><li>Let <em>H</em> be the hash function selected by the user (SHA-512, RIPEMD-160, or Whirlpool). +<li>Let <em>R</em> be the randomness pool. </li><li>Let <em>H</em> be the hash function selected by the user (SHA-512, BLAKE2S-256, or Whirlpool). </li><li><em>l</em> = byte size of the output of the hash function <em>H</em> (i.e., if -<em>H</em> is RIPEMD-160, then <em>l</em> = 20; if <em>H</em> is SHA-512, <em>l</em> = 64) +<em>H</em> is BLAKE2S-256, then <em>l</em> = 20; if <em>H</em> is SHA-512, <em>l</em> = 64) </li><li><em>z</em> = byte size of the randomness pool <em>R </em>(320 bytes) </li><li><em>q</em> = <em>z</em> / <em>l</em> – 1 (e.g., if <em>H</em> is Whirlpool, then <em>q</em> = 4) </li><li>Ris divided intol-byte blocksB0...Bq. <p>For 0 ≤ i ≤ q (i.e., for each block B) the following steps are performed:</p> |