From 395cd16c0489f1b928a53c3c33b74398010c86fc Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Sun, 26 Jun 2022 13:49:06 +0100 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matej Bačo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7e749e..394b0de 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Using the scrypt extension is easy, just add the extension to your PHP installat **/ $hash = \scrypt("password", "salt", 32768, 8, 1, 64); +\var_dump("Your hash is " . $hash); ``` ## Building the extension