diff --git a/cipher/gxm.go b/cipher/gxm.go index de07feb..7d05dbf 100644 --- a/cipher/gxm.go +++ b/cipher/gxm.go @@ -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 ( diff --git a/cipher/mur.go b/cipher/mur.go index d76a80e..388bfee 100644 --- a/cipher/mur.go +++ b/cipher/mur.go @@ -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 (