Codebase list golang-github-minio-sha256-simd / run/bdf01409-a4b7-46f8-bf52-fe517151be76/main sha256blockSha_amd64.go
run/bdf01409-a4b7-46f8-bf52-fe517151be76/main

Tree @run/bdf01409-a4b7-46f8-bf52-fe517151be76/main (Download .tar.gz)

sha256blockSha_amd64.go @run/bdf01409-a4b7-46f8-bf52-fe517151be76/mainraw · history · blame

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

package sha256

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