Codebase list golang-github-minio-sha256-simd / run/dd72105e-2be3-48dc-a9c8-9e8536be7d9a/main sha256blockSha_amd64.go
run/dd72105e-2be3-48dc-a9c8-9e8536be7d9a/main

Tree @run/dd72105e-2be3-48dc-a9c8-9e8536be7d9a/main (Download .tar.gz)

sha256blockSha_amd64.go @run/dd72105e-2be3-48dc-a9c8-9e8536be7d9a/mainraw · history · blame

1
2
3
4
5
6
//+build !noasm,!appengine,gc

package sha256

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