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

modulus phi(x) problem #4

Open
Jyun-Neng opened this issue Mar 9, 2018 · 0 comments
Open

modulus phi(x) problem #4

Jyun-Neng opened this issue Mar 9, 2018 · 0 comments

Comments

@Jyun-Neng
Copy link
Contributor

Jyun-Neng commented Mar 9, 2018

In the paper, the polynomial is defined in Z_p[x]/<x^n+1>.
But in this program, the polynomial modulus is not x^n+1.
I try to define Modulus_M = 16 (its cyclotomic polynomial is x^8+1), but it can not implement after "make". Because loop will not be false in ComputeFactorDegree function.
Is there any method to set modulus = x^n+1, or can I ignore ComputeFactorDegree function?

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