gmsm/cipher/xts_asm.go

10 lines
207 B
Go
Raw Normal View History

2024-03-05 09:47:49 +08:00
//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)