-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add Support for Argon2d and Argon2i Variants #13715
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
Add Support for Argon2d and Argon2i Variants #13715
Conversation
- Adding python class stubs
- Scope Argon2Variant enum to OpenSSL >=3.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please send the vectors as a dedicated PR + document them in test-vectors.rst. Thanks!
707f0b4 to
07dd7a5
Compare
…gon2_variant_support
|
Over the weekend we implemented |
…gon2_variant_support Adding support for derive_into for Argon2 variants
Just merged the latest |
|
Thanks for your work here! |
With the bump to OpenSSL v0.10.74, argon2d and argon2i variants are available
This PR exposes those variants for use in
cryptography