Taylor Hornby
Taylor Hornby
See this post to the PHC mailing list: http://thread.gmane.org/gmane.comp.security.phc/3542
All implementations should come with runtime tests.
Write a yescrypt spec that isn't just a patch to the scrypt spec.
Solar Says: > Also, eventually I'd like a yescrypt-lite implementation, where p would be hard-coded to 1. To see how much simpler it becomes.
Travis-CI does not support multiple languages, and so we can only test a single version of each language (and then, only if it happens to be installed in the default...
Rewrite the PHP code to use arrays of words instead of frequent conversions to/from byte strings. We must also: - Make sure it works on 32-bit platforms. - Try to...
Solar Says: > OK. However, I'd like the testing to include at least r=8, so perhaps > you can be testing wider ranges for each one of these parameters, just...
http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/unix-daemon-design-mistakes-to-avoid.html Huh?
Incorporate ObiWan (from GRC newsgroups) feedback: ``` Nice; I've picked the source code and recomplied it on windows and it works just fine; just a couple notes change the code...