Skip to content

Add support for argon2i #2

@mankyd

Description

@mankyd

As #1 suggests, this code currently implements argon2d. Per the argon2 website:

https://www.cryptolux.org/index.php/Argon2

Argon2 has two variants: Argon2d and Argon2i. Argon2d is faster and uses data-depending memory access, which makes it suitable for cryptocurrencies and applications with no threats from side-channel timing attacks. Argon2i uses data-independent memory access, which is preferred for password hashing and password-based key derivation.

It would be great to have an argon2i implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions