mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-23 18:56:17 +08:00
8 lines
183 B
Go
8 lines
183 B
Go
//go:build purego || !(amd64 || arm64 || ppc64 || ppc64le)
|
|
|
|
package zuc
|
|
|
|
func genKeyStreamRev32(keyStream []byte, pState *zucState32) {
|
|
genKeyStreamRev32Generic(keyStream, pState)
|
|
}
|