Merge pull request #19972 from keep-network/istanbul-eip-152-blake2b-f-precompile
core/vm, crypto/blake2b: add BLAKE2b compression func at 0x09
No related branches found
No related tags found
Showing
- core/vm/contracts.go 64 additions, 0 deletionscore/vm/contracts.go
- core/vm/contracts_test.go 95 additions, 2 deletionscore/vm/contracts_test.go
- crypto/blake2b/blake2b.go 319 additions, 0 deletionscrypto/blake2b/blake2b.go
- crypto/blake2b/blake2bAVX2_amd64.go 37 additions, 0 deletionscrypto/blake2b/blake2bAVX2_amd64.go
- crypto/blake2b/blake2bAVX2_amd64.s 717 additions, 0 deletionscrypto/blake2b/blake2bAVX2_amd64.s
- crypto/blake2b/blake2b_amd64.go 24 additions, 0 deletionscrypto/blake2b/blake2b_amd64.go
- crypto/blake2b/blake2b_amd64.s 253 additions, 0 deletionscrypto/blake2b/blake2b_amd64.s
- crypto/blake2b/blake2b_f_test.go 59 additions, 0 deletionscrypto/blake2b/blake2b_f_test.go
- crypto/blake2b/blake2b_generic.go 180 additions, 0 deletionscrypto/blake2b/blake2b_generic.go
- crypto/blake2b/blake2b_ref.go 15 additions, 0 deletionscrypto/blake2b/blake2b_ref.go
- crypto/blake2b/blake2b_test.go 871 additions, 0 deletionscrypto/blake2b/blake2b_test.go
- crypto/blake2b/blake2x.go 177 additions, 0 deletionscrypto/blake2b/blake2x.go
- crypto/blake2b/register.go 32 additions, 0 deletionscrypto/blake2b/register.go
- eth/tracers/tracer.go 1 addition, 1 deletioneth/tracers/tracer.go
Loading
Please register or sign in to comment