Skip to content
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

Upstream merge up to 1.9.15 #1504

Merged
merged 102 commits into from
May 10, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
46698d7
params: begin v1.9.15 release cycle
karalabe May 13, 2020
677724a
cmd: fix log contexts (#21077)
SatpalSandhu61 May 13, 2020
f3f1e59
accounts/abi: simplify reflection logic (#21058)
MariusVanDerWijden May 13, 2020
3666da8
console: fix unlockAccount argument count check (#21081)
fjl May 14, 2020
e0987f6
cmd/clef, signer/core: password input fixes (#20960)
holiman May 19, 2020
d5b7d1c
accounts: add blockByNumberNoLock() to avoid double-lock (#20983)
BurtonQin May 19, 2020
0a99efa
whisper: use canonical import name of package go-ethereum (#21099)
ucwong May 20, 2020
65ce550
trie: extend range proofs with non-existence (#21000)
rjl493456442 May 20, 2020
b4a2681
les, les/lespay: implement new server pool (#20758)
zsfelfoldi May 22, 2020
48e3b95
miner: replace use of 'self' as receiver name (#21113)
ucwong May 25, 2020
4f2784b
all: fix typos in comments (#21118)
tbm May 25, 2020
25a661e
consensus/clique: remove redundant pair of parentheses (#21104)
yutianwu May 25, 2020
e868add
core/vm: improve jumpdest lookup (#21123)
holiman May 25, 2020
befecc9
consensus/ethash: fix flaky test by reading seal results (#21085)
meowsbits May 25, 2020
dbf6b8a
cmd/utils: fix default DNS discovery configuration (#21124)
fjl May 25, 2020
2f66a8d
metrics/prometheus: define TYPE once, add tests (#21068)
riptl May 26, 2020
7ddb402
ethdb/leveldb: use timer instead of time.After (#21066)
ucwong May 26, 2020
81e9cae
ethstats: avoid blocking chan when received invalid stats request (#2…
duanhao0814 May 26, 2020
070a5e1
trie: fix for range proof (#21107)
rjl493456442 May 26, 2020
4873a9d
build: upgrade to golangci lint v1.27.0 (#21127)
fjl May 26, 2020
9219e0f
eth: interrupt chain insertion on shutdown (#21114)
fjl May 26, 2020
b2c59e2
consensus/clique: make internal error private (#21132)
six-days May 27, 2020
389da6a
trie: enforce monotonic range in prover and return end marker (#21130)
rjl493456442 May 27, 2020
a5eee8d
eth/downloader: more context in errors (#21067)
holiman May 29, 2020
a35382d
metrics: replace gosigar with gopsutil (#21041)
renaynay Jun 2, 2020
cd57d5c
core/vm: EIP-2315, JUMPSUB for the EVM (#20619)
gcolvin Jun 2, 2020
723bd8c
p2p/discover: move discv4 encoding to new 'v4wire' package (#21147)
fjl Jun 2, 2020
d98c42c
rpc: send websocket ping when connection is idle (#21142)
fjl Jun 2, 2020
5f6f5e3
console: handle undefined + null in console funcs (#21160)
gballet Jun 2, 2020
3f649d4
core: collect NewTxsEvent items without holding reorg lock (#21145)
cheng762 Jun 2, 2020
4fc6785
core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precom…
kilic Jun 3, 2020
890757f
cmd, core, params: inital support for yolo-v1 testnet (#21154)
holiman Jun 3, 2020
f52ff0f
cmd/geth: fix the fork orders for DAO tests
karalabe Jun 3, 2020
8b83125
Merge pull request #21162 from karalabe/daofork-order-check-fix
karalabe Jun 3, 2020
469b873
acounts/keystore, cmd/faucet: fix faucet double import, fix twitter url
karalabe Jun 4, 2020
201e345
Merge pull request #21172 from karalabe/faucet-twitter-mobile
karalabe Jun 4, 2020
b1b75f0
accounts/keystore, cmd/faucet: return old account to allow unlock
karalabe Jun 4, 2020
cefa2ab
Merge pull request #21173 from karalabe/faucet-delete-oldaccs
karalabe Jun 4, 2020
4b2ff14
go.mod: upgrade go-duktape to hide unused function warning (#21168)
ucwong Jun 4, 2020
9d93535
node: missing comma on toml tags (#21187)
mcortesi Jun 8, 2020
55f30db
core/vm, crypt/bls12381: fixed comments in bls (#21182)
MariusVanDerWijden Jun 8, 2020
88125d8
core: fix typo in comments (#21181)
evertonfraga Jun 8, 2020
0b3f3be
internal/ethapi: return revert reason for eth_call (#21083)
MariusVanDerWijden Jun 8, 2020
a5c827a
params: update CHTs for 1.9.15 release
karalabe Jun 8, 2020
6512334
Merge pull request #21188 from karalabe/cht-1.9.15
karalabe Jun 8, 2020
0f77f34
params: go-ethereum v1.9.15 stable
fjl Jun 8, 2020
079787f
Merge remote-tracking branch 'origin/master' into hbandura/merge-upst…
hbandura Apr 6, 2021
1bf93b6
Merge commit '46698d7' into hbandura/merge-upstream-1.9.15
hbandura Apr 6, 2021
ca19d07
Merge commit '677724a' into hbandura/merge-upstream-1.9.15
hbandura Apr 6, 2021
3344022
Merge commit 'f3f1e59' into hbandura/merge-upstream-1.9.15
hbandura Apr 6, 2021
9d3a5af
Merge commit '3666da8' into hbandura/merge-upstream-1.9.15
hbandura Apr 6, 2021
ac7aafe
Merge commit 'e0987f6' into hbandura/merge-upstream-1.9.15
hbandura Apr 6, 2021
80092b0
Merge commit 'd5b7d1c' into hbandura/merge-upstream-1.9.15
hbandura Apr 6, 2021
a8cf38e
Merge commit '0a99efa' into hbandura/merge-upstream-1.9.15
hbandura Apr 6, 2021
037cf43
Merge commit '65ce550' into hbandura/merge-upstream-1.9.15
hbandura Apr 6, 2021
67c2eab
Merge commit 'b4a2681' into hbandura/merge-upstream-1.9.15
hbandura Apr 7, 2021
0b0f16f
Merge commit '48e3b95' into hbandura/merge-upstream-1.9.15
hbandura Apr 7, 2021
e2154c6
Merge commit '4f2784b' into hbandura/merge-upstream-1.9.15
hbandura Apr 7, 2021
a445689
Merge commit '25a661e' into hbandura/merge-upstream-1.9.15
hbandura Apr 7, 2021
3117be9
Merge commit 'e868add' into hbandura/merge-upstream-1.9.15
hbandura Apr 7, 2021
90f31b2
Merge commit 'befecc9' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
48e0b7b
Merge commit 'dbf6b8a' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
b965279
Merge commit '2f66a8d' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
761bd2b
Merge commit '7ddb402' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
9da4880
Merge commit '81e9cae' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
fb7e765
Merge commit '070a5e1' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
2455ced
Merge commit '4873a9d' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
c3ff459
Merge commit '9219e0f' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
cee3b2e
Merge commit 'b2c59e2' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
3e4129c
Merge commit '389da6a' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
0c7c07c
Merge branch 'hbandura/merge-upstream-1.9.14' into hbandura/merge-ups…
hbandura Apr 8, 2021
096528d
Merge commit 'a5eee8d' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
68950e7
Merge commit 'a35382d' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
9ff2501
Merge commit 'cd57d5c' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
cdf2571
Merge commit '723bd8c' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
7b74ff3
Merge commit 'd98c42c' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
4b3fc47
Merge commit '5f6f5e3' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
eed8dc5
Merge commit '3f649d4' into hbandura/merge-upstream-1.9.15
hbandura Apr 8, 2021
e851960
Merge commit '4fc6785' into hbandura/merge-upstream-1.9.15
hbandura Apr 9, 2021
3baaf0a
Merge commit '890757f' into hbandura/merge-upstream-1.9.15
hbandura Apr 9, 2021
71343c3
Merge commit 'f52ff0f' into hbandura/merge-upstream-1.9.15
hbandura Apr 9, 2021
3031bf9
Merge commit '8b83125' into hbandura/merge-upstream-1.9.15
hbandura Apr 9, 2021
f0963e6
Merge commit '469b873' into hbandura/merge-upstream-1.9.15
hbandura Apr 12, 2021
f77bdca
Merge commit '201e345' into hbandura/merge-upstream-1.9.15
hbandura Apr 12, 2021
a2ce8db
Merge commit 'b1b75f0' into hbandura/merge-upstream-1.9.15
hbandura Apr 12, 2021
9fcc977
Merge commit 'cefa2ab' into hbandura/merge-upstream-1.9.15
hbandura Apr 12, 2021
59c7a6c
Merge commit '4b2ff14' into hbandura/merge-upstream-1.9.15
hbandura Apr 12, 2021
37f1220
Merge commit '9d93535' into hbandura/merge-upstream-1.9.15
hbandura Apr 12, 2021
2c14d7e
Merge commit '55f30db' into hbandura/merge-upstream-1.9.15
hbandura Apr 12, 2021
4c6a5c7
Merge commit '88125d8' into hbandura/merge-upstream-1.9.15
hbandura Apr 12, 2021
064a5d5
Merge commit '0b3f3be' into hbandura/merge-upstream-1.9.15
hbandura Apr 12, 2021
f277c85
Merge commit 'a5c827a' into hbandura/merge-upstream-1.9.15
hbandura Apr 12, 2021
09b73da
Merge commit '6512334' into hbandura/merge-upstream-1.9.15
hbandura Apr 12, 2021
ac5acab
Merge commit '0f77f34' into hbandura/merge-upstream-1.9.15
hbandura Apr 12, 2021
2e60b17
Merge remote-tracking branch 'origin/master' into hbandura/merge-upst…
hbandura Apr 14, 2021
9d03427
Update golangci-lint version in circleci yaml config
hbandura Apr 15, 2021
e5b3623
Revert golangci to 1.25
hbandura Apr 15, 2021
6fa5182
Fix lint issues
hbandura Apr 15, 2021
f74fc2a
Fix lint gosec
hbandura Apr 15, 2021
e69d1ef
Add missing counter
hbandura Apr 15, 2021
8e8f023
Remove clientDiscoveredNodesCounter
hbandura Apr 21, 2021
2a37c8e
Merge remote-tracking branch 'origin/master' into hbandura/merge-upst…
hbandura Apr 21, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precom…
…piles (#21018)

* crypto: add bls12-381 elliptic curve wrapper

* params: add bls12-381 precompile gas parameters

* core/vm: add bls12-381 precompiles

* core/vm: add bls12-381 precompile tests

* go.mod, go.sum: use latest bls12381 lib

* core/vm: move point encode/decode functions to base library

* crypto/bls12381: introduce bls12-381 library init function

* crypto/bls12381: import bls12381 elliptic curve implementation

* go.mod, go.sum: remove bls12-381 library

* remove unsued frobenious coeffs

supress warning for inp that used in asm

* add mappings tests for zero inputs

fix swu g2 minus z inverse constant

* crypto/bls12381: fix typo

* crypto/bls12381: better comments for bls12381 constants

* crypto/bls12381: swu, use single conditional for e2

* crypto/bls12381: utils, delete empty line

* crypto/bls12381: utils, use FromHex for string to big

* crypto/bls12381: g1, g2, strict length check for FromBytes

* crypto/bls12381: field_element, comparision changes

* crypto/bls12381: change swu, isogeny constants with hex values

* core/vm: fix point multiplication comments

* core/vm: fix multiexp gas calculation and lookup for g1 and g2

* core/vm: simpler imput length check for multiexp and pairing precompiles

* core/vm: rm empty multiexp result declarations

* crypto/bls12381: remove modulus type definition

* crypto/bls12381: use proper init function

* crypto/bls12381: get rid of new lines at fatal desciprtions

* crypto/bls12-381: fix no-adx assembly multiplication

* crypto/bls12-381: remove old config function

* crypto/bls12381: update multiplication backend

this commit changes mul backend to 6limb eip1962 backend

mul assign operations are dropped

* core/vm/contracts_tests: externalize test vectors for precompiles

* core/vm/contracts_test: externalize failure-cases for precompiles

* core/vm: linting

* go.mod: tiny up sum file

* core/vm: fix goimports linter issues

* crypto/bls12381: build tags for plain ASM or ADX implementation

Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
  • Loading branch information
3 people authored Jun 3, 2020
commit 4fc678542dd287c9759107d7f1f2291376434f5e
447 changes: 447 additions & 0 deletions core/vm/contracts.go

Large diffs are not rendered by default.

629 changes: 144 additions & 485 deletions core/vm/contracts_test.go

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions core/vm/testdata/precompiles/blake2F.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"Input": "0000000048c9bdf267e6096a3ba7ca8485ae67bb2bf894fe72f36e3cf1361d5f3af54fa5d182e6ad7f520e511f6c3e2b8c68059b6bbd41fbabd9831f79217e1319cde05b61626300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000001",
"Expected": "08c9bcf367e6096a3ba7ca8485ae67bb2bf894fe72f36e3cf1361d5f3af54fa5d282e6ad7f520e511f6c3e2b8c68059b9442be0454267ce079217e1319cde05b",
"Name": "vector 4",
"NoBenchmark": false
},
{
"Input": "0000000c48c9bdf267e6096a3ba7ca8485ae67bb2bf894fe72f36e3cf1361d5f3af54fa5d182e6ad7f520e511f6c3e2b8c68059b6bbd41fbabd9831f79217e1319cde05b61626300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000001",
"Expected": "ba80a53f981c4d0d6a2797b69f12f6e94c212f14685ac4b74b12bb6fdbffa2d17d87c5392aab792dc252d5de4533cc9518d38aa8dbf1925ab92386edd4009923",
"Name": "vector 5",
"NoBenchmark": false
},
{
"Input": "0000000c48c9bdf267e6096a3ba7ca8485ae67bb2bf894fe72f36e3cf1361d5f3af54fa5d182e6ad7f520e511f6c3e2b8c68059b6bbd41fbabd9831f79217e1319cde05b61626300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000",
"Expected": "75ab69d3190a562c51aef8d88f1c2775876944407270c42c9844252c26d2875298743e7f6d5ea2f2d3e8d226039cd31b4e426ac4f2d3d666a610c2116fde4735",
"Name": "vector 6",
"NoBenchmark": false
},
{
"Input": "0000000148c9bdf267e6096a3ba7ca8485ae67bb2bf894fe72f36e3cf1361d5f3af54fa5d182e6ad7f520e511f6c3e2b8c68059b6bbd41fbabd9831f79217e1319cde05b61626300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000001",
"Expected": "b63a380cb2897d521994a85234ee2c181b5f844d2c624c002677e9703449d2fba551b3a8333bcdf5f2f7e08993d53923de3d64fcc68c034e717b9293fed7a421",
"Name": "vector 7",
"NoBenchmark": false
},
{
"Input": "007A120048c9bdf267e6096a3ba7ca8485ae67bb2bf894fe72f36e3cf1361d5f3af54fa5d182e6ad7f520e511f6c3e2b8c68059b6bbd41fbabd9831f79217e1319cde05b61626300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000001",
"Expected": "6d2ce9e534d50e18ff866ae92d70cceba79bbcd14c63819fe48752c8aca87a4bb7dcc230d22a4047f0486cfcfb50a17b24b2899eb8fca370f22240adb5170189",
"Name": "vector 8",
"NoBenchmark": false
}
]
626 changes: 626 additions & 0 deletions core/vm/testdata/precompiles/blsG1Add.json

Large diffs are not rendered by default.

626 changes: 626 additions & 0 deletions core/vm/testdata/precompiles/blsG1Mul.json

Large diffs are not rendered by default.

620 changes: 620 additions & 0 deletions core/vm/testdata/precompiles/blsG1MultiExp.json

Large diffs are not rendered by default.

626 changes: 626 additions & 0 deletions core/vm/testdata/precompiles/blsG2Add.json

Large diffs are not rendered by default.

626 changes: 626 additions & 0 deletions core/vm/testdata/precompiles/blsG2Mul.json

Large diffs are not rendered by default.

620 changes: 620 additions & 0 deletions core/vm/testdata/precompiles/blsG2MultiExp.json

Large diffs are not rendered by default.

602 changes: 602 additions & 0 deletions core/vm/testdata/precompiles/blsMapG1.json

Large diffs are not rendered by default.

602 changes: 602 additions & 0 deletions core/vm/testdata/precompiles/blsMapG2.json

Large diffs are not rendered by default.

602 changes: 602 additions & 0 deletions core/vm/testdata/precompiles/blsPairing.json

Large diffs are not rendered by default.

98 changes: 98 additions & 0 deletions core/vm/testdata/precompiles/bn256Add.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
[
{
"Input": "18b18acfb4c2c30276db5411368e7185b311dd124691610c5d3b74034e093dc9063c909c4720840cb5134cb9f59fa749755796819658d32efc0d288198f3726607c2b7f58a84bd6145f00c9c2bc0bb1a187f20ff2c92963a88019e7c6a014eed06614e20c147e940f2d70da3f74c9a17df361706a4485c742bd6788478fa17d7",
"Expected": "2243525c5efd4b9c3d3c45ac0ca3fe4dd85e830a4ce6b65fa1eeaee202839703301d1d33be6da8e509df21cc35964723180eed7532537db9ae5e7d48f195c915",
"Name": "chfast1",
"NoBenchmark": false
},
{
"Input": "2243525c5efd4b9c3d3c45ac0ca3fe4dd85e830a4ce6b65fa1eeaee202839703301d1d33be6da8e509df21cc35964723180eed7532537db9ae5e7d48f195c91518b18acfb4c2c30276db5411368e7185b311dd124691610c5d3b74034e093dc9063c909c4720840cb5134cb9f59fa749755796819658d32efc0d288198f37266",
"Expected": "2bd3e6d0f3b142924f5ca7b49ce5b9d54c4703d7ae5648e61d02268b1a0a9fb721611ce0a6af85915e2f1d70300909ce2e49dfad4a4619c8390cae66cefdb204",
"Name": "chfast2",
"NoBenchmark": false
},
{
"Input": "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Expected": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Name": "cdetrio1",
"NoBenchmark": false
},
{
"Input": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Expected": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Name": "cdetrio2",
"NoBenchmark": false
},
{
"Input": "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Expected": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Name": "cdetrio3",
"NoBenchmark": false
},
{
"Input": "",
"Expected": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Name": "cdetrio4",
"NoBenchmark": false
},
{
"Input": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Expected": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Name": "cdetrio5",
"NoBenchmark": false
},
{
"Input": "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002",
"Expected": "00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002",
"Name": "cdetrio6",
"NoBenchmark": false
},
{
"Input": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Expected": "00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002",
"Name": "cdetrio7",
"NoBenchmark": false
},
{
"Input": "00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002",
"Expected": "00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002",
"Name": "cdetrio8",
"NoBenchmark": false
},
{
"Input": "0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Expected": "00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002",
"Name": "cdetrio9",
"NoBenchmark": false
},
{
"Input": "000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Expected": "00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002",
"Name": "cdetrio10",
"NoBenchmark": false
},
{
"Input": "0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002",
"Expected": "030644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd315ed738c0e0a7c92e7845f96b2ae9c0a68a6a449e3538fc7ff3ebf7a5a18a2c4",
"Name": "cdetrio11",
"NoBenchmark": false
},
{
"Input": "000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Expected": "030644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd315ed738c0e0a7c92e7845f96b2ae9c0a68a6a449e3538fc7ff3ebf7a5a18a2c4",
"Name": "cdetrio12",
"NoBenchmark": false
},
{
"Input": "17c139df0efee0f766bc0204762b774362e4ded88953a39ce849a8a7fa163fa901e0559bacb160664764a357af8a9fe70baa9258e0b959273ffc5718c6d4cc7c039730ea8dff1254c0fee9c0ea777d29a9c710b7e616683f194f18c43b43b869073a5ffcc6fc7a28c30723d6e58ce577356982d65b833a5a5c15bf9024b43d98",
"Expected": "15bf2bb17880144b5d1cd2b1f46eff9d617bffd1ca57c37fb5a49bd84e53cf66049c797f9ce0d17083deb32b5e36f2ea2a212ee036598dd7624c168993d1355f",
"Name": "cdetrio13",
"NoBenchmark": false
},
{
"Input": "17c139df0efee0f766bc0204762b774362e4ded88953a39ce849a8a7fa163fa901e0559bacb160664764a357af8a9fe70baa9258e0b959273ffc5718c6d4cc7c17c139df0efee0f766bc0204762b774362e4ded88953a39ce849a8a7fa163fa92e83f8d734803fc370eba25ed1f6b8768bd6d83887b87165fc2434fe11a830cb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Expected": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"Name": "cdetrio14",
"NoBenchmark": false
}
]
Loading