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

Add argon2 test vector for 32-bit platforms #245

Merged
merged 3 commits into from
Nov 11, 2024

Conversation

lubux
Copy link
Contributor

@lubux lubux commented Nov 11, 2024

32-bit platforms fail to allocate the 2 GiB of RAM that argon2 requires in the RFC9580 test vector.
Thus, this PR skips the test for 32-bit platforms and adds a separate test vector with smaller parameters.

32-bit platforms fail to allocate 2 GiB of RAM for argon2, thus, we
need a seperate test vector.
@lubux lubux linked an issue Nov 11, 2024 that may be closed by this pull request
@lubux lubux force-pushed the fix/argon2-test-vector-32bit-platforms branch from 74c1073 to 12a5460 Compare November 11, 2024 10:50
@lubux lubux requested a review from twiss November 11, 2024 10:51
@lubux lubux merged commit c0ca2b8 into main Nov 11, 2024
8 checks passed
@lubux lubux deleted the fix/argon2-test-vector-32bit-platforms branch November 11, 2024 11:03
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.

Tests fail on 32bit architectures.
2 participants