-
Notifications
You must be signed in to change notification settings - Fork 36
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
The MAX_SAFE_SCALAR
val in ristretto group is not proper
#50
Comments
Thanks for the clarification! The Ristretto abstraction is definitely one of the more experimental parts of this crate, and any contributions would be greatly appreciated. Unfortunately, the organization sponsoring this crate no longer exists, and its development is now inactive. I'd like to find a maintainer at some point... |
Well, I'm a new learner not quailified to be the maintianer right now. Maybe it's possible with your help? |
Two question:
Actually the order of curve25519 is not 2^255-1, it's 2^{252} + 27742317777372353535851937790883648493.
remaining >= *MAX_SAFE_EXPONENT
thewhile
loop is not proper for it will break the binding property ----for different values can be opened to the same commitment.The text was updated successfully, but these errors were encountered: