mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-11 15:34:26 +00:00
6 lines
92 B
Go
6 lines
92 B
Go
//+build !noasm
|
|
|
|
package sha256
|
|
|
|
//go:noescape
|
|
func blockSha(h *[8]uint32, message []uint8)
|