mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-22 02:06:18 +08:00
10 lines
207 B
Go
10 lines
207 B
Go
//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)
|