mirror of
https://github.com/emmansun/gmsm.git
synced 2025-10-14 07:10:45 +08:00
cipher: add reference for GXM & MUR
This commit is contained in:
parent
deb64b9d35
commit
ab065bcd65
@ -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 (
|
||||
|
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user