1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/vendor/github.com/minio/sha256-simd/sha256blockSha_amd64.go
2019-03-06 12:45:28 +07:00

6 lines
92 B
Go

//+build !noasm
package sha256
//go:noescape
func blockSha(h *[8]uint32, message []uint8)