2
2
mirror of https://github.com/octoleo/restic.git synced 2024-12-02 09:58:25 +00:00
restic/vendor/github.com/minio/sha256-simd/sha256blockSha_amd64.go

7 lines
103 B
Go
Raw Normal View History

2019-11-22 13:57:56 +00:00
//+build !noasm,!appengine
package sha256
//go:noescape
func blockSha(h *[8]uint32, message []uint8)