vendor: Update minio/sha256-simd (#5433)

* vendor: Update minio/sha256-simd

* Add go module stuff
This commit is contained in:
Audrius Butkevicius
2019-01-05 10:21:42 +01:00
committed by Jakob Borg
parent 158559023e
commit ad30192dca
24 changed files with 2597 additions and 2999 deletions
+1
View File
@@ -21,6 +21,7 @@ package sha256
func blockAvx2Go(dig *digest, p []byte) {}
func blockAvxGo(dig *digest, p []byte) {}
func blockSsseGo(dig *digest, p []byte) {}
func blockShaGo(dig *digest, p []byte) {}
//go:noescape
func blockArm(h []uint32, message []uint8)