A PBKDF2 implementation for Erlang extracted from Apache CouchDB.
This was taken from https://github.com/basho/erlang-pbkdf2, which is a fork of https://github.com/whitelynx/erlang-pbkdf2, which is a fork of CouchDB with everything removed except the PBKDF2 implementation.
However, using that means fetching the entire repository (including CouchDB) when all you want is the PBKDF2 implementation. So this is a brand-new repository with nothing else in it.
It was taken from basho/erlang-pbkdf2@7076584.