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

chacha20: rng - Fixing NEON Backend #390

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

nstilt1
Copy link
Contributor

@nstilt1 nstilt1 commented Feb 6, 2025

fixes #381
seeing if the test fails on github actions; it fails on my Mac with cargo test --features rng and passes with RUSTFLAGS="--cfg chacha20_force_soft"

Once this is fixed, there should be no more bugs with the RNG. I might add one more endian test for peace of mind though.

@nstilt1 nstilt1 marked this pull request as draft February 6, 2025 18:08
@nstilt1 nstilt1 marked this pull request as ready for review February 6, 2025 18:28
@nstilt1 nstilt1 changed the title Fixing NEON Backend chacha20: rng - Fixing NEON Backend Feb 6, 2025
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.

chacha20 NEON Bug: 64-bit counter issue
1 participant