From 10924c504bee633f8920e86a8474dd4934b99bc1 Mon Sep 17 00:00:00 2001 From: NihaoKangkang <48087921+NihaoKangkang@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:20:41 +0000 Subject: [PATCH] feat: Add ZUC stream cipher operation Implements the ZUC stream cipher in pure JavaScript based on the 3GPP confidentiality algorithm 128-EEA3/EIA3 specifications. Registers the cipher as a new Operation within CyberChef and includes test vectors to ensure correctness. Author: Kyi Wong Copyright: Crown Copyright 2026 License: Apache-2.0 Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>