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

elliptic-curve: add MulByGenerator trait #1198

Merged
merged 1 commit into from
Jan 14, 2023

Conversation

tarcieri
Copy link
Member

Adds a trait for performing scalar multiplication by the generator point, which may use optimizations (e.g. precomputed tables) when available

@tarcieri
Copy link
Member Author

Note: there's a PR open to add a similar feature to the Group crate: https://github.com/zkcrypto/group/pull/44/files

This is a stopgap until that gets merged.

@tarcieri tarcieri requested a review from fjarri January 14, 2023 16:15
Adds a trait for performing scalar multiplication by the generator
point, which may use optimizations (e.g. precomputed tables) when
available
@tarcieri tarcieri force-pushed the elliptic-curve/add-mul-by-generator branch from 9043691 to 54d18c5 Compare January 14, 2023 16:18
@tarcieri tarcieri merged commit 8101e04 into master Jan 14, 2023
@tarcieri tarcieri deleted the elliptic-curve/add-mul-by-generator branch January 14, 2023 16:23
@tarcieri tarcieri mentioned this pull request Mar 1, 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.

1 participant