How it is news? It's been around for years already. Was there a major new development in scrypt that I didn't hear about? Or is this just "let's submit everything tar snap related week" as cperciva put it?
OK interesting, I didn't realize that the altcoins use scrypt. I remember hearing that Litecoin used a scheme that was supposed to be GPU-resistant, but didn't realize it was scrypt.
They very specifically only handle the very weak (1024, 1, 1) work factor parameterization of scrypt (which AFAIK isn't used by anything other than altcoins) and various workflow optimizations they do internally make them unable to run even those scrypt parameters on arbitrary data.
>On-Topic: Anything that good hackers would find interesting. That includes more than hacking and startups. If you had to reduce it to a sentence, the answer might be: anything that gratifies one's intellectual curiosity.
Anyone know, how do I determine the version of scrypt currently installed on my system? I've tried various things: -v, -version, --version, man scrypt, strings /usr/local/bin/scrypt... no luck.