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

Switch to a more natural range for signed integers #5

Open
fjarri opened this issue Dec 7, 2019 · 0 comments
Open

Switch to a more natural range for signed integers #5

fjarri opened this issue Dec 7, 2019 · 0 comments
Labels
decide Decision needed

Comments

@fjarri
Copy link
Collaborator

fjarri commented Dec 7, 2019

HEAAN uses modulo integers in range (-q/2 ... q/2] (where q is a power of 2). Switching to the range used by computers ([-q/2 ... q/2)) will simplify some of the functions. The question is, is this range essential for the algorithm to work?

@fjarri fjarri added the decide Decision needed label Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
decide Decision needed
Projects
None yet
Development

No branches or pull requests

1 participant