The stream cipher ZUC is a world–oriented stream cipher, taking a 128-bit secret key and a 128-bit IV as input, and outputs a keystream of 32-bit words, which is used to encrypt or decrypt the data.
This repository is my implementation of standart: Specification.
Count main.cpp
as test case.
$ make
$ ./prog