-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
tuxxy
Metadata
Metadata
Assignees
Labels
No labels