cipher: add reference for GXM & MUR

This commit is contained in:
Sun Yimin 2025-10-07 09:58:23 +08:00 committed by GitHub
parent deb64b9d35
commit ab065bcd65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,10 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
// References:
// GM/T 0001.4-2024 ZUC stream cipher algorithm - Part 4: Aunthenticated encryption mechanisms
// Chapter 6: ZUC-GXM
package cipher
import (

View File

@ -2,6 +2,10 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
// References:
// GM/T 0001.4-2024 ZUC stream cipher algorithm - Part 4: Aunthenticated encryption mechanisms
// Chapter 7: ZUC-MUR
package cipher
import (