digest: use github.com/minio/sha256-simd

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2022-11-29 13:38:25 +09:00
parent 8b42517786
commit cde9490779
39 changed files with 4925 additions and 0 deletions

View File

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