-
Notifications
You must be signed in to change notification settings - Fork 20.9k
all: remove kilic dependency from bls12381 fuzzers #30296
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,6 +160,10 @@ compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \ | |
FuzzG1Add fuzz_g1_add\ | ||
$repo/tests/fuzzers/bls12381/bls12381_test.go | ||
|
||
compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \ | ||
FuzzCrossG1Mul fuzz_cross_g1_mul\ | ||
$repo/tests/fuzzers/bls12381/bls12381_test.go | ||
|
||
compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \ | ||
FuzzG1Mul fuzz_g1_mul\ | ||
$repo/tests/fuzzers/bls12381/bls12381_test.go | ||
|
@@ -172,6 +176,10 @@ compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \ | |
FuzzG2Add fuzz_g2_add \ | ||
$repo/tests/fuzzers/bls12381/bls12381_test.go | ||
|
||
compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \ | ||
FuzzCrossG2Mul fuzz_cross_g2_mul\ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This might not work, since
The way I found to fix it, was to specify There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think |
||
$repo/tests/fuzzers/bls12381/bls12381_test.go | ||
|
||
compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \ | ||
FuzzG2Mul fuzz_g2_mul\ | ||
$repo/tests/fuzzers/bls12381/bls12381_test.go | ||
|
@@ -204,6 +212,10 @@ compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \ | |
FuzzCrossG2Add fuzz_cross_g2_add \ | ||
$repo/tests/fuzzers/bls12381/bls12381_test.go | ||
|
||
compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \ | ||
FuzzCrossG2MultiExp fuzz_cross_g2_multiexp \ | ||
$repo/tests/fuzzers/bls12381/bls12381_test.go | ||
|
||
compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \ | ||
FuzzCrossPairing fuzz_cross_pairing\ | ||
$repo/tests/fuzzers/bls12381/bls12381_test.go | ||
|
Uh oh!
There was an error while loading. Please reload this page.