defuse / yescrypt

Non-C Implementations of the yescrypt KDF.
Other
29 stars 8 forks source link

Profile the PHP scrypt #5

Closed defuse closed 9 years ago

defuse commented 9 years ago

The PHP scrypt implementation is a few orders of magnitude slower than the one in Zend. Profile it, find out why, then make it faster. This is important because yescrypt will be built off of it.

defuse commented 9 years ago

This is now superceded by #12.