Last active
April 24, 2018 12:35
-
-
Save KamilLelonek/93a22627fed220fc7987739ab29598de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defp pbkdf2(initial_block, mnemonic), | |
do: iterate(mnemonic, @initial_round_number + 1, initial_block, initial_block) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment