5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 05:32:32 +00:00
matterbridge/vendor/github.com/minio/sha256-simd/sha256blockSha_amd64.go
2021-10-16 23:23:24 +02:00

7 lines
106 B
Go

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