-
Notifications
You must be signed in to change notification settings - Fork 147
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
Export more utility and bindings functions #2083
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
60f7358
export constants
Trivo25 a1a9c57
export helpers
Trivo25 d0cf22e
bindings
Trivo25 ec962d4
dont use namespace
Trivo25 e256bd1
bindings
Trivo25 54dd608
export more helpers
Trivo25 e5f1a81
fix oxlint
Trivo25 4204816
more exports (tbd)
Trivo25 54c4ff0
Merge remote-tracking branch 'origin/remove-flaky-benchmarks' into ex…
Trivo25 ad4b3fd
export as Core (TBD)
Trivo25 6771d22
Move split to a better place
Trivo25 7f15e07
move slice field too
Trivo25 31598f0
doc comment for lib size constants
Trivo25 47f6f86
changelog
Trivo25 5c5bf1c
apply patch
Trivo25 268f724
move octets functions tbd
Trivo25 aff1675
export poseidon
Trivo25 7f3230c
move functions
Trivo25 de024f0
remove octets
Trivo25 99e46ed
move functions to internal use
Trivo25 565693d
Merge branch 'main' into export-util-functions
Trivo25 4e778bf
fix changelog
Trivo25 0278dc5
fix submodule
Trivo25 af5611c
fix weird merge conflict
Trivo25 f6be0c1
fix submodule
Trivo25 801c5a1
fix submodule
Trivo25 90de3b0
fix soundness of toProvableBytes and minor typos
querolita 6fd211c
lint
querolita 88ab2f8
soundness note in Field3.toBytes
querolita 066a007
camelcase
querolita be5f37a
fix submodule
Trivo25 38db15c
Merge branch 'main' into export-util-functions
Trivo25 239ab49
cant import, thanks to circular dependencies :(
Trivo25 7fed175
remove unused imports
Trivo25 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cherry picked from #1949