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

Argon2i mem #359

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Argon2i mem #359

wants to merge 3 commits into from

Commits on Feb 4, 2018

  1. Stripping out all algo forms beyond argon2i. First non-safe mod was t…

    …o strip out most calls to zero out memory. Tests so far indicate continued valid hash production, but of course unsafe for password use now. Do not use this branch for security applications. Seeing speedup of 10% for some applications on limited hardware testing.
    ProgrammerDan committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    670e1f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    248cbf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Adding an encoding function to the exposed library for easy use of ra…

    …w Contexts. This allows any external program to more easily pass alternate memory allocations to the internals of Argon2, while also exposing easy construction of encoded outputs via encode_ctx.
    ProgrammerDan committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    e64dc20 View commit details
    Browse the repository at this point in the history