2023-08-21 10:22:46 +08:00
|
|
|
//go:build (amd64 && !purego) || (arm64 && !purego)
|
2023-08-18 17:49:57 +08:00
|
|
|
|
|
|
|
package cipher
|
|
|
|
|
|
|
|
//go:noescape
|
|
|
|
func mul2(tweak *[blockSize]byte, isGB bool)
|
|
|
|
|
|
|
|
//go:noescape
|
|
|
|
func doubleTweaks(tweak *[blockSize]byte, tweaks []byte, isGB bool)
|