gmsm/cipher/xts_asm.go
2024-03-05 09:47:49 +08:00

10 lines
207 B
Go

//go:build (amd64 || arm64) && !purego
package cipher
//go:noescape
func mul2(tweak *[blockSize]byte, isGB bool)
//go:noescape
func doubleTweaks(tweak *[blockSize]byte, tweaks []byte, isGB bool)