Skip to content

Instantly share code, notes, and snippets.

@KamilLelonek
Last active April 24, 2018 12:35
Show Gist options
  • Save KamilLelonek/93a22627fed220fc7987739ab29598de to your computer and use it in GitHub Desktop.
Save KamilLelonek/93a22627fed220fc7987739ab29598de to your computer and use it in GitHub Desktop.
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