init: v1.0.0

This commit is contained in:
yaole
2026-05-27 23:03:00 +08:00
commit 8d97f750eb
466 changed files with 80067 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
package simd
//go:noescape
func encrypt4(dst []byte, src []byte, rk []uint32)
//go:noescape
func mmSet(dst []byte, src []uint32)
//go:noescape
func mmExtLoad32(dst []byte)
//go:noescape
func mmTranspose(dst []byte, src []byte)