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

Merge GrumpkinPoint from aztec protocol circuit types and EmbeddedCurvePoint from noir::std #4931

Closed
benesjan opened this issue Apr 29, 2024 · 0 comments · Fixed by AztecProtocol/aztec-packages#7382
Labels
enhancement New feature or request

Comments

@benesjan
Copy link
Contributor

Problem

Currently we have the 2 types and it's making the scalar mul functions unnecessarily messy as the types are not compatible.

Happy Case

One type should be used.

Project Impact

Nice-to-have

Impact Context

No response

Workaround

None

Workaround Description

No response

Additional Context

No response

Would you like to submit a PR for this Issue?

None

Support Needs

No response

@benesjan benesjan added the enhancement New feature or request label Apr 29, 2024
github-merge-queue bot pushed a commit that referenced this issue Jun 6, 2024
…5190)

# Description

## Problem\*

Related to #4931 

## Summary\*
Replace PedersenPoint in the std lib with EmbeddedPoint


## Additional Context



## Documentation\*

Check one:
- [X ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.

# PR Checklist\*

- [X] I have tested the changes locally.
- [X] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
github-merge-queue bot pushed a commit that referenced this issue Jun 19, 2024
# Description

## Problem\*

Related to  #4931 

## Summary\*
Noir implementation for Pedersen Hash.


## Additional Context
I added a derive_generators() built-in function, which only works for
bn254, and then use pedersen commitments and scalar mul.


## Documentation\*

Check one:
- [X] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.

# PR Checklist\*

- [X] I have tested the changes locally.
- [X] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
github-merge-queue bot pushed a commit that referenced this issue Jun 19, 2024
# Description

## Problem\*

Related to #4931

## Summary\*
Implements Pedersen commitment in Noir and remove Pedersen Commitment,
Pedersen Hash blackboxes.


## Additional Context
The PR is in draft until #5217 is merged.


## Documentation\*

Check one:
- [X] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.

# PR Checklist\*

- [X] I have tested the changes locally.
- [X] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.

---------

Co-authored-by: Tom French <[email protected]>
Co-authored-by: TomAFrench <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants