From a4dfd6a9d4a648075236ad76c5257ec32d74aefb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Aug 2024 08:11:35 +0200 Subject: wording --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 82d97b7..69119af 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit