mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-24 19:26:18 +08:00
11 lines
221 B
Go
11 lines
221 B
Go
![]() |
//go:build amd64 && !purego
|
||
|
// +build amd64,!purego
|
||
|
|
||
|
package cipher
|
||
|
|
||
|
//go:noescape
|
||
|
func mul2(tweak *[blockSize]byte, isGB bool)
|
||
|
|
||
|
//go:noescape
|
||
|
func doubleTweaks(tweak *[blockSize]byte, tweaks []byte, isGB bool)
|