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

feat: bnp12_mul_by (scalar multiplication of a point) #990

Closed
obatirou opened this issue Mar 13, 2025 · 0 comments · Fixed by #1138
Closed

feat: bnp12_mul_by (scalar multiplication of a point) #990

obatirou opened this issue Mar 13, 2025 · 0 comments · Fixed by #1138
Assignees

Comments

@obatirou
Copy link
Collaborator

obatirou commented Mar 13, 2025

What

Implement mul_by for BNP12

How

double and add algorithm
https://github.com/ethereum/execution-specs/blob/1a587803e3e698407d204888b02342393f8b4fe5/src/ethereum/crypto/elliptic_curve.py#L149

@github-project-automation github-project-automation bot moved this to Backlog in Keth Mar 13, 2025
@obatirou obatirou moved this from Backlog to Todo in Keth Mar 13, 2025
@obatirou obatirou moved this from Todo to Backlog in Keth Mar 13, 2025
@obatirou obatirou moved this from Backlog to Todo in Keth Mar 18, 2025
@obatirou obatirou assigned obatirou and unassigned obatirou Mar 24, 2025
@obatirou obatirou moved this from Todo to In progress in Keth Mar 27, 2025
@obatirou obatirou assigned zmalatrax and unassigned obatirou Mar 27, 2025
@zmalatrax zmalatrax changed the title mul_by (scalar multiplication of a point) feat: bnp12_mul_by (scalar multiplication of a point) Mar 27, 2025
@zmalatrax zmalatrax changed the title feat: bnp12_mul_by (scalar multiplication of a point) feat: bnp12_scalar_mul (scalar multiplication of a point) Mar 27, 2025
@zmalatrax zmalatrax changed the title feat: bnp12_scalar_mul (scalar multiplication of a point) feat: bnp12_mul_by (scalar multiplication of a point) Mar 27, 2025
@github-project-automation github-project-automation bot moved this from In progress to Done in Keth Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants