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

fixed stuff for noir 0.6.0 #2

Merged
merged 4 commits into from
Jun 7, 2023
Merged

Conversation

signorecello
Copy link
Contributor

0.6.0 complained about two things:

  • can't compare the result of sig verification with 1, it's a bool now
  • complains about nested arrays when returning [pub_x, pub_y], since those are arrays too

fixed the bool, and fixed the return to be a tuple instead

src/secp256k1.nr Outdated Show resolved Hide resolved
Co-authored-by: Colin Nielsen <[email protected]>
@signorecello signorecello requested a review from colinnielsen June 7, 2023 10:16
@colinnielsen colinnielsen merged commit e7919a2 into colinnielsen:main Jun 7, 2023
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

Successfully merging this pull request may close these issues.

2 participants