Expand description
ZUC Stream Cipher Algorithms
Re-exports§
pub use cipher;
Structs§
- ZUC128 keystream generator (GB/T 33133.1-2016)
- ZUC256 keystream generator (ZUC256-version1.1)
Functions§
- 128-EEA3: 3GPP confidentiality algorithm (EEA3-EIA3-specification)
- 128-EIA3: 3GPP confidentiality algorithm (EEA3-EIA3-specification)
- ZUC128 MAC generation algorithm (GB/T 33133.3-2021)
- ZUC128 xor encryption algorithm (GB/T 33133.2-2021)
- ZUC256 MAC generation algorithm (ZUC256-version1.1)
Type Aliases§
- ZUC128 stream cipher (GB/T 33133.1-2016)
- ZUC256 stream cipher (ZUC256-version1.1)