@li0ard/zuc
v0.1.0
Published
ZUC stream cipher in pure TypeScript
Readme
Installation
# from NPM
npm i @li0ard/zuc
# from JSR
bunx jsr i @li0ard/zucSupported modes:
- [x] Keystream generation
- [x] MAC (128 and 256 bit)
- [x] EEA3-128
- [x] EIA3-128
Features
- Provides simple and modern API
- Most of the APIs are strictly typed
- Fully complies with GB/T 33133.1-2016, GB/T 33133.2-2021 and GB/T 33133.3-2021 standards
- Supports Bun, Node.js, Deno, Browsers
