Skip to content

Stream cipher ZUC - core component in the 3GPP confidentiality and integrity algorithms 128-EEA3 and 128-EIA3.

License

Notifications You must be signed in to change notification settings

luminousmen/ZUC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZUC

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.

Algorithm

alg

Links

Analysis on ZUC Algorithm

Wiki

ZUC in Cryptol

Usage

Count main.cpp as test case.

    $ make
    $ ./prog

About

Stream cipher ZUC - core component in the 3GPP confidentiality and integrity algorithms 128-EEA3 and 128-EIA3.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published