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

Fix the ctr mode that does not propagate the carry for the counter #384

Merged
merged 1 commit into from Jul 13, 2019

Conversation

X-Ryl669
Copy link

Fix the counter that's not propagating the carry in the current code.
Added a test to show this effect that's failing without the fix.

Fix #383

@Nilos Nilos merged commit 85caa53 into bitwiseshiftleft:master Jul 13, 2019
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.

AES CTR mode broken because no carry is done on the counter
3 participants