-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
crypto_algebra.move #6550
Merged
Merged
crypto_algebra.move #6550
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
eff86a9
generic algebraic structures and operations in move, plus bls12381 im…
zjma 3b6aeff
fix prover test failures
zjma 8240018
update
zjma c719236
update doc
zjma 5d30346
update msm gas cost
zjma 0933093
Merge remote-tracking branch 'origin/main' into algebra.move
zjma a3f0878
hash_to gas formula update
zjma 2e21783
type names and documentations
zjma aa783b2
update groth16 example
zjma 454f57f
update gas formula for dst shortening
zjma 17e4d74
format name update
zjma 77946c9
update gas parameters
zjma 7d067aa
update gas scripts to not depend on MUL
zjma cdbe85c
reuse move-stdlib sha2 gas parameters in aptos-stdlib (#7568)
zjma f494bed
update doc
zjma de48ca8
shorten symbol names
zjma 229b02a
doc update
zjma db98190
update gas script readme
zjma 9674c40
Merge remote-tracking branch 'origin/main' into algebra.move
zjma aae2c55
rename module to crypt_algebra (#7586)
zjma fd73274
Merge remote-tracking branch 'origin/algebra.move' into algebra.move
zjma 00b367b
better module names
zjma 27eac74
Merge remote-tracking branch 'origin/main' into algebra.move
zjma 9ef2dc8
Merge remote-tracking branch 'origin/main' into algebra.move
zjma 66ade5b
aptos framework now has access to the full move stdlib gas params
zjma 4c2a516
Merge remote-tracking branch 'origin/main' into algebra.move
zjma 1f66fdb
Merge remote-tracking branch 'origin/main' into algebra.move
zjma 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
@vgao1996, be sure to take a look here.