scrypt 2.0.0

Scrypt hashing function


A PHP wrapper to Colin Percival's scrypt implementation.

License: BSD 2-Clause

Changes

Increased PHP version requirement to 7.0 (#67, #69), Improved parameter reflection and validation (#63, #64),
Fixed memory leak in scrypt() (#68), Fixed compilation warning (#69), Added support for sensitive parameters on PHP 8.2+ (#70)