plugeth/tests
Jonathan Chappelow 830231c1c4
crypto: use btcec/v2 for no-cgo (#24533)
This updates the no-cgo implementations in the crypto package to use
the github.com/btcsuite/btcd/btcec/v2 module instead of the older btcec
package that was part of the main github.com/btcsuite/btcd module.

name                   old time/op  new time/op  delta
EcrecoverSignature-32   198µs ± 0%   144µs ± 0%  -27.11%
VerifySignature-32      177µs ± 0%   128µs ± 0%  -27.44%
DecompressPubkey-32    20.9µs ± 0%  10.1µs ± 0%  -51.51%

Use (*ModNScalar).IsOverHalfOrder instead of math/big.Int when checking
for malleable signatures.
2022-03-16 14:23:14 +01:00
..
evm-benchmarks@849b3e239a tests: external evm benchmarks (#24050) 2022-01-28 08:47:19 +01:00
fuzzers crypto: use btcec/v2 for no-cgo (#24533) 2022-03-16 14:23:14 +01:00
solidity
testdata@092a8834dc
block_test_util.go
block_test.go
difficulty_test_util.go
difficulty_test.go
gen_btheader.go
gen_difficultytest.go
gen_stenv.go core/evm: RANDOM opcode (EIP-4399) (#24141) 2022-01-10 09:44:21 +02:00
gen_sttransaction.go
init_test.go tests: external evm benchmarks (#24050) 2022-01-28 08:47:19 +01:00
init.go
rlp_test_util.go
rlp_test.go
state_test_util.go core/evm: RANDOM opcode (EIP-4399) (#24141) 2022-01-10 09:44:21 +02:00
state_test.go tests: external evm benchmarks (#24050) 2022-01-28 08:47:19 +01:00
transaction_test_util.go
transaction_test.go