DomBlack / php-scrypt

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

Improve parameter validation #64

Closed kocsismate closed 2 years ago

kocsismate commented 2 years ago

Instead of triggering fatal errors, Error exceptions are now thrown when a parameter is invalid. Error messages are changed so that they are now in line PHP 8 conventions.