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

Adds Argon2id implementation. #163

Merged
merged 1 commit into from
Sep 21, 2023
Merged

Conversation

terrier989
Copy link
Member

@terrier989 terrier989 commented Sep 21, 2023

This change:

  • Adds a cross-platform of Argon2id, a highly recommended algorithm for password hashing.
  • The Argon2 implementation introduces a dependency on "package:ffi" (a package by Google), which is used for sharing memory when the Argon2 implementation distributes computation to multiple isolates.
  • Small backwards-compatible changes in Blake2b and DartBlake2b API.

This change:
* Adds a cross-platform of Argon2id, a highly recommended algorithm for password hashing.
* The Argon2 implementation introduces a dependency on "package:ffi" (a package by Google), which is used for sharing memory when the Argon2 implementation distributes computation to multiple isolates.
* Small backwards-compatible changes in Blake2b and DartBlake2b API.
@terrier989 terrier989 merged commit cfdd5b1 into dint-dev:master Sep 21, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant