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

Only export unsigned numbers #30

Open
mortendahl opened this issue Jun 24, 2018 · 0 comments
Open

Only export unsigned numbers #30

mortendahl opened this issue Jun 24, 2018 · 0 comments

Comments

@mortendahl
Copy link
Owner

Big integers may internally be represented in the negative range due to the use of signed numbers. When these are exported, in the form of eg keys and ciphertexts, we should make sure to normalise everything to the positive range.

One possible issue by not ensuring this is data leakage another is simply for consistency.

@mortendahl mortendahl added this to the 0.2 milestone Jul 2, 2018
@mortendahl mortendahl removed this from the 0.2.0 milestone Jul 28, 2018
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