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

Don't put result of 'neg_GF()' back into the same variable. See issue #2. #3

Merged
merged 1 commit into from
May 4, 2016

Conversation

miham
Copy link
Contributor

@miham miham commented Apr 26, 2016

This patch fixes just two instances of the problem described in issue #2 that I happened to come accross while testing SSIKE. There are probably more to be found and fixed.

…efeo#2.

Instead of using the same variable, use some other temporary variable. Care was
taken to choose such temporary variable that writing into it doesn't affect the
rest of the function (either variable is not used after that or it gets some new
value written into it before the next read).
@defeo defeo merged commit 5a9969d into defeo:master May 4, 2016
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.

2 participants