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

7 lines
106 B
Go
Raw Normal View History

2021-10-16 21:11:32 +00:00
//+build !noasm,!appengine,gc
package sha256
//go:noescape
func blockSha(h *[8]uint32, message []uint8)