Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
  • Loading branch information
PineappleIOnic and Meldiron authored Jun 26, 2022
1 parent 2774369 commit 395cd16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 395cd16

Please sign in to comment.