Skip to content

Releases: DomBlack/php-scrypt

v2.0.1

07 May 13:19
845b889
Compare
Choose a tag to compare
  • Check CPU architecture before attempting to enable SSE (#76)

v2.0.0

06 Sep 16:18
af03785
Compare
Choose a tag to compare
  • 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)

v1.4.3

17 Aug 12:00
7921e6a
Compare
Choose a tag to compare
  • Added PHP 8 support (#56, #59)
  • Fixed compilation warning (#65)