mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-21 17:56:19 +08:00
10 lines
227 B
Go
10 lines
227 B
Go
//go:build (amd64 || arm64 || s390x || ppc64 || ppc64le) && !purego
|
|
|
|
package cipher
|
|
|
|
//go:noescape
|
|
func mul2(tweak *[blockSize]byte, isGB bool)
|
|
|
|
//go:noescape
|
|
func doubleTweaks(tweak *[blockSize]byte, tweaks []byte, isGB bool)
|