summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-28 16:31:59 +0200
committerRemi Collet <remi@php.net>2024-08-28 16:31:59 +0200
commit74e9e4618200825ddf3dbaa2ed85a32949c89147 (patch)
treebcf949a6ef161c08410b7449502089c260003032 /README.md
parent80fdfd87f89ddf1640b05c561cae74c6fac51472 (diff)
Release 1.0.0RC1
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e503119..c34a19d 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,10 @@ From the sources tree
php > var_dump(password_verify("secret", $hash));
bool(true)
+## supported options
+
+* `cost` controls the CPU time cost of the hash. If `cost` is 0, a low default cost will be selected.
+
# LICENSE
Author: Remi Collet