-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Labels
Description
The current argon2 crate implementation is a translation of ref.c from the reference implementation:
https://github.com/P-H-C/phc-winner-argon2/blob/92cd2e1/src/ref.c
It could be improved by translating opt.c instead, which provides e.g. SIMD support:
https://github.com/P-H-C/phc-winner-argon2/blob/92cd2e1/src/opt.c
The-Fireplace and ac130kz