diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-29 08:11:35 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-29 08:11:35 +0200 |
commit | a4dfd6a9d4a648075236ad76c5257ec32d74aefb (patch) | |
tree | bd313ee5a8647fb9dd81c1dd9e54b54ae8383696 | |
parent | 224d3c0463901b3a0fa0c6b1d1dc0084bf37ec26 (diff) |
wording
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -13,10 +13,10 @@ Notices: these can be fast, don't expect improved security level. * argon2i: 0.53" * argon2id: 0.55" * sha512: 0.01" -* yescrypt: 0,07" with default cost of 5 -* yescrypt: 0,14" with cost=6 -* yescrypt: 0,30" with cost=7 -* yescrypt: 0,62" with cost=8 +* yescrypt: 0.07" with default cost of 5 +* yescrypt: 0.14" with cost=6 +* yescrypt: 0.30" with cost=7 +* yescrypt: 0.62" with cost=8 # Sources @@ -49,7 +49,7 @@ From the sources tree ## supported options -* `cost` controls the CPU time cost of the hash. If `cost` is 0, a low default cost will be selected. +* `cost` controls the CPU time cost of the hash. If `cost` is 0, a reasonable default cost will be selected. # LICENSE @@ -59,4 +59,4 @@ This extension is licensed under [The PHP License, version 3.01](http://www.php. # History -Created on user request +Created on user request for consistency with system crypto. |