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

ENH: adds ipa-multipoint library with Pedersen primitives #123

Merged
merged 3 commits into from
Nov 3, 2023

Conversation

thomas-quadratic
Copy link
Contributor

Currently, ipa-multipoint did not include pedersen hash primitive, and a basic pedersen commit.

This PR improves the library by adding pedersen hashing and revisits pedersen commit.

Rust nativelib for ipa-multipoint includes pedersen hash and pedersen commit
These primitives are used by Verkle Tries.

Signed-off-by: Thomas Zamojski <thomas.zamojski@quadratic-labs.com>
Signed-off-by: Thomas Zamojski <thomas.zamojski@quadratic-labs.com>
Signed-off-by: Thomas Zamojski <thomas.zamojski@quadratic-labs.com>
Copy link
Contributor

@matkt matkt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just small comment regarding build dependencies

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.22.0'
testImplementation 'org.mockito:mockito-core:4.4.0'
implementation "com.google.guava:guava:16+"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need guava as implementation or testImplementation ? I will prefer to have a specific version to have a deterministic build

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed guava as it was unnecessary, and rlp, unit, mockito as well

Copy link
Contributor

@matkt matkt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@matkt matkt merged commit 0882b8f into hyperledger:main Nov 3, 2023
11 checks passed
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.

3 participants