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