docs: fix Argon2id default PIM

This commit is contained in:
Mounir IDRASSI
2026-05-20 14:33:06 +09:00
parent aaffec8b5c
commit 21f773cd6d
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -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>