1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-30 09:41:11 -05:00
forgejo/vendor/github.com/minio/sha256-simd/sha256blockSha_amd64.go
2021-02-28 18:08:33 -05:00

6 lines
106 B
Go
Vendored

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