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(stdlib): grumpkin scalar multiplication API #2586

Merged
merged 4 commits into from
Sep 7, 2023
Merged

feat(stdlib): grumpkin scalar multiplication API #2586

merged 4 commits into from
Sep 7, 2023

Conversation

benesjan
Copy link
Contributor

@benesjan benesjan commented Sep 7, 2023

Description

Grumpkin scalar does not fit into the default Field type and for this reason we can't use the fixed_base_embedded_curve method which is already present in the stdlib. Kev advised me to first make a function which takes the full GrumpkinScalar and calls fixed_base_embedded_curve just with the high "half" of the grumpkin scalar because so that we have the API ready.

@kevaundray
Copy link
Contributor

I switched the ordering of the function, so that low came first and high came second as this is the "natural" ordering

@kevaundray
Copy link
Contributor

I've created this issue to track the further work that will be needed: #2588

@kevaundray kevaundray enabled auto-merge September 7, 2023 11:04
@kevaundray kevaundray added this pull request to the merge queue Sep 7, 2023
Merged via the queue into noir-lang:master with commit dc34bc4 Sep 7, 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.

2 participants