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

src/bcrypto: fix bcrypto_schnorr_verify_batch. #70

Merged
merged 1 commit into from Jun 21, 2023

Conversation

nodech
Copy link
Member

@nodech nodech commented Jun 21, 2023

Simple issue with var names.

  • npx bmocha -B native -e BCRYPTO_FORCE_TORSION=1 ./test/schnorr-test.js -b was failing.

  • npx bmocha -B native ./test/schnorr-test.js -b which uses `bcrypto_secp256k1_schnorr_verify_batch does not have the same problem. (It just is not batch).

@nodech nodech merged commit f039487 into bcoin-org:master Jun 21, 2023
1 of 3 checks passed
@nodech nodech deleted the fix-schnorr-verify-batch branch June 21, 2023 12:33
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.

None yet

1 participant