core/vm, crypto/blake2b: add SSE, AVX and AVX2 code
Showing
- core/vm/contracts.go 25 additions, 28 deletionscore/vm/contracts.go
- core/vm/contracts_test.go 9 additions, 4 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 22 additions, 23 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
Loading
Please register or sign in to comment