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

Polynomial identity check failed in multiRangeProofVerifier #2

Closed
darioAnongba opened this issue Jul 2, 2018 · 3 comments
Closed

Comments

@darioAnongba
Copy link

Hi,

I've been testing some values in the multiRangeProofVerifier and I get a Polynomial identity check failed when I tested it with number = 321 and change = 29 (I got rid of extra and zero).

This error appears randomly depending on the inputted values. Any idea why ?

Cheers,
Dario

@shamatar
Copy link

shamatar commented Jul 2, 2018 via email

@darioAnongba
Copy link
Author

Hi Alex,

Thanks for the quick answer!

Indeed it's true that trying the same values with 32 bits does work with 321 and 29.

If I understand correctly and assuming that M is always 2 in my case, with 32 bits, the upper bound is 2^16 = 65'536 and was 2^8 before = 256, so that's why it failed? Because 321 is bigger than 256?

Thanks!

@shamatar
Copy link

shamatar commented Jul 2, 2018 via email

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

2 participants