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

merkle tree structure needed for FRI #9

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

agnxsh
Copy link

@agnxsh agnxsh commented Dec 12, 2023

This Pull Request is related to #3 .

It changes the following:

  • added the initial parent and leaf functions
  • created a sha256 trait for hashing left and right child (need Poseidon with Stark252 params in it as well)
  • added a ark PrimeField scaffold, (will need stark 252 fft friendly field later on)

I solumnly swear that I included unit tests: (will do, currently in draft WIP)

The PR is still a WIP, bugs/incomplete implementations may still be there

@agnxsh agnxsh changed the title add: initial funcs related to merkle leaf data and hash merkle tree structure needed for FRI Dec 12, 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.

None yet

1 participant