From 74e9e4618200825ddf3dbaa2ed85a32949c89147 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Aug 2024 16:31:59 +0200 Subject: Release 1.0.0RC1 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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 -- cgit