feat: intial private kernel#549
Merged
Merged
Conversation
added 2 commits
May 11, 2023 23:41
… initial private kernel and moving logic between it and the inner kernel
update_end_values leftover
private_kernel_sim function to the inner/init split
* refactor(sol): use Hash.sha256ToField library where required * fmt :) * feat: expose bytes32 hash directly * fmt: https://i.pinimg.com/originals/81/23/a1/8123a132c007eab782d6ca9bed517eb3.jpg --------- Co-authored-by: Maddiaa0 <addaboy@gmail.com>
* fix: Add checks for arg-type * fix: support arg of 'number' type * fix: correct wrapped fr in acir sim * no need to force encode in some e2e tests! --------- Co-authored-by: Maddiaa0 <addaboy@gmail.com> Co-authored-by: Rahul Kothari <rahul.kothari.201@gmail.com>
* fix: contentHash -> content * fix: update content in nr * fix: update incorrect message hash naming --------- Co-authored-by: Maddiaa0 <addaboy@gmail.com>
added 3 commits
May 23, 2023 14:51
native_private_kernel_init.XPP
native_private_kernel_circuit_inner
dbanks12
commented
May 23, 2023
dbanks12
left a comment
Contributor
Author
There was a problem hiding this comment.
Looks good to me. I can't approve since I'm an author otherwise I would. Left a few comments but most of them are minor and could be put off to another PR.
suyash67
reviewed
May 24, 2023
suyash67
reviewed
May 24, 2023
suyash67
reviewed
May 24, 2023
suyash67
reviewed
May 24, 2023
suyash67
reviewed
May 24, 2023
added 8 commits
May 25, 2023 09:37
suyash67
approved these changes
May 25, 2023
suyash67
left a comment
Contributor
There was a problem hiding this comment.
Looks good to me after all the comments/suggestions are resolved.
ludamad
pushed a commit
that referenced
this pull request
Jul 14, 2023
This was referenced Jul 25, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please provide a paragraph or two giving a summary of the change, including relevant motivation and context.
Resolves #503
Checklist: