SHA-3 extensions for Ruby and Node.js(blog.phusion.nl)
blog.phusion.nl
SHA-3 extensions for Ruby and Node.js
http://blog.phusion.nl/2012/10/06/sha-3-extensions-for-ruby-and-node-js/
2 comments
I would wait for OpenSSL to provide a verified implementation of SHA3, and use it via Ruby's Digest.
Of course you can just use SHA-3 as part of a PBKDF. I don't get the kneejerk "use bcrypt!!" thing.