gmsm/cipher/xts_asm.go

10 lines
207 B
Go
Raw Normal View History

2024-09-21 11:18:54 +08:00
//go:build (amd64 || arm64 || s390x) && !purego
package cipher
//go:noescape
func mul2(tweak *[blockSize]byte, isGB bool)
//go:noescape
func doubleTweaks(tweak *[blockSize]byte, tweaks []byte, isGB bool)