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

Correct EcPairingCheck & EcSubgroupCheck return types #717

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

jasonpaulos
Copy link
Contributor

These types return a uint64, but they were typed as bytes. This PR fixes this bug.

Fixes #716

@jasonpaulos jasonpaulos requested a review from jannotti January 4, 2024 15:14
@jasonpaulos jasonpaulos merged commit 6860294 into master Jan 4, 2024
9 checks passed
@jasonpaulos jasonpaulos deleted the ec-return-type-fix branch January 4, 2024 15:29
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.

EcPairingCheck Bug in PyTeal Version 0.26 - Expected uint64, Returns bytes
2 participants