mirror of
https://github.com/emmansun/gmsm.git
synced 2025-06-29 16:56:37 +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)
|
|
}
|