DomBlack / php-scrypt

A PHP wrapper fo the scrypt hashing algorithm
Other
209 stars 57 forks source link

Fixed syntax error and redundant check #28

Closed Parent5446 closed 10 years ago

Parent5446 commented 10 years ago

Fixed missing function keyword in strlen() function. Also removed redundant function existence check.

Fixed #25