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

Resolve the failure of bit::tests::proofs_of_possession #27

Closed
drskalman opened this issue Jan 12, 2021 · 2 comments
Closed

Resolve the failure of bit::tests::proofs_of_possession #27

drskalman opened this issue Jan 12, 2021 · 2 comments
Assignees

Comments

@drskalman
Copy link
Collaborator

I need to see what I did that I get this failure now.

   test bit::tests::proofs_of_possession ... FAILED
@drskalman drskalman self-assigned this Jan 12, 2021
@drskalman drskalman added sync and removed sync labels Jan 12, 2021
@drskalman drskalman added sync and removed sync labels Jan 19, 2021
@drskalman drskalman removed the sync label Jan 26, 2021
@drskalman
Copy link
Collaborator Author

zexe/arkworks has changed the interface, ProjectiveCurve::double no longer double self but it returns a new point with is equalto to 2 * self. Instead one need to call double_in_place(). doing so fix the failure.

@drskalman drskalman removed their assignment Feb 1, 2021
@drskalman
Copy link
Collaborator Author

corresponidng commit: 5db35d3

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