This repository was archived by the owner on Jun 6, 2025. It is now read-only.
crypto/bn256: fix MulScalar (#30974)#681
Merged
minh-bq merged 1 commit intoaxieinfinity:masterfrom Feb 12, 2025
minh-bq:fix/finding-119
Merged
crypto/bn256: fix MulScalar (#30974)#681minh-bq merged 1 commit intoaxieinfinity:masterfrom minh-bq:fix/finding-119
minh-bq merged 1 commit intoaxieinfinity:masterfrom
minh-bq:fix/finding-119
Conversation
commit ethereum/go-ethereum@0feb999. The `a` parameter should be used in the `MulScalar` function. The upstream cloudflare and google repos have already merged fixes. Reference: * https://cs.opensource.google/go/x/crypto/+/8d7daa0c54b357f3071e11eaef7efc4e19a417e2 * cloudflare/bn256#33 Reported-by: Sujith Somraaj <somraajsujith@gmail.com>
chiphamskymavis
approved these changes
Feb 5, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
commit ethereum/go-ethereum@0feb999.
The
aparameter should be used in theMulScalarfunction. The upstream cloudflare and google repos have already merged fixes.Reference:
Reported-by: Sujith Somraaj <somraajsujith@gmail.com>