Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCrypt support #330

Merged
merged 4 commits into from Dec 7, 2012
Merged

SCrypt support #330

merged 4 commits into from Dec 7, 2012

Commits on Sep 17, 2012

  1. Copy the full SHA
    c629377 View commit details
    Browse the repository at this point in the history
  2. Fixing typo in test name

    bensomers committed Sep 17, 2012
    Copy the full SHA
    09d4569 View commit details
    Browse the repository at this point in the history
  3. Just cleaning up a few typos

    And maybe adding one small editorial comment about
    SHA1 :)
    bensomers committed Sep 17, 2012
    Copy the full SHA
    1f77148 View commit details
    Browse the repository at this point in the history
  4. Adding SCrypt support

    Modeled very closely on BCrypt support. Unfortunately,
    there is no simple way to detect tuning changes
    (like BCrypt does with its cost parameter) with the
    current ruby implementation of SCrypt.
    bensomers committed Sep 17, 2012
    Copy the full SHA
    d60f81b View commit details
    Browse the repository at this point in the history