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

r10_multiplication checks a condition that is always true #12

Open
Etua opened this issue Dec 3, 2022 · 0 comments
Open

r10_multiplication checks a condition that is always true #12

Etua opened this issue Dec 3, 2022 · 0 comments

Comments

@Etua
Copy link
Collaborator

Etua commented Dec 3, 2022

The path of execution in r10_multiplication depends on the value of variable beg. The said value is set once and never modified later. Unsurprisingly that results in one operation res_block[i + t] = res_block[i + t] ^ block[j + t]; never being executed.

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

No branches or pull requests

1 participant