mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-21 12:01:31 +00:00
docs: fix Argon2id default PIM
This commit is contained in:
@@ -88,7 +88,7 @@ The amount of memory used during the key derivation process, controlled by the P
|
||||
<strong>Range:</strong> 64 MiB to 1024 MiB (capped at PIM = 31)
|
||||
</li>
|
||||
<li style="text-align:left; margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px">
|
||||
<strong>Default:</strong> 96 MiB (equivalent to PIM = 2)
|
||||
<strong>Default:</strong> 416 MiB (equivalent to PIM = 12)
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -104,7 +104,7 @@ The number of iterations performed during the key derivation process:
|
||||
<strong>For PIM > 31:</strong> t_cost(pim) = 13 + (pim - 31)
|
||||
</li>
|
||||
<li style="text-align:left; margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px">
|
||||
<strong>Default:</strong> 3 iterations (equivalent to PIM = 2)
|
||||
<strong>Default:</strong> 6 iterations (equivalent to PIM = 12)
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user