summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/minio/sha256-simd/sha256blockSha_amd64.go
blob: 483689ef0fd2e5d2d062848128b5b7b830d94f6b (plain)
1
2
3
4
5
6
//+build !noasm,!appengine

package sha256

//go:noescape
func blockSha(h *[8]uint32, message []uint8)