vendor: Update minio/sha256-simd (#5433)
* vendor: Update minio/sha256-simd * Add go module stuff
This commit is contained in:
committed by
Jakob Borg
parent
158559023e
commit
ad30192dca
1
vendor/github.com/minio/sha256-simd/sha256block_arm64.go
generated
vendored
1
vendor/github.com/minio/sha256-simd/sha256block_arm64.go
generated
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user