rclone/vendor/github.com/minio/sha256-simd/sha256blockSha_amd64.go
Caleb Case a4f1f3d4e8 backend/tardigrade: Upgrade uplink to v1.0.7
This fixes a regression in the rclone tests from the v1.0.6 upgrade of
uplink. The failure was due to an improperly converted error resulting
in the wrong type of error.
2020-06-05 10:51:33 +01:00

7 lines
103 B
Go

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