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

frost: use SubgroupPoint instead of ExtendedPoint in JubJub #216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

conradoplg
Copy link
Contributor

FROST must always use the prime-order subgroup. We were using ExtendedPoint and checking for prime-order membership manually. However, this is exactly the purpose of SubgroupPoint so using it is less error-prone.

Might fix #196 . I didn't manage to reproduce the original issue but this is the right thing to do regardless.

@conradoplg conradoplg requested a review from natalieesk January 17, 2025 17:16
@conradoplg conradoplg force-pushed the jubjub-subgroup-point branch from 037d3d9 to 6c2dbbb Compare January 17, 2025 21:00
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.

Frost component doesn't work with jubjub::ExtendedPoint
1 participant