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