mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 20:26:19 +08:00
zuc: remove useless constants
This commit is contained in:
parent
21f96e536b
commit
e9692d23ab
@ -15,7 +15,6 @@ const (
|
|||||||
RoundWords = 32
|
RoundWords = 32
|
||||||
// number of bytes in a word
|
// number of bytes in a word
|
||||||
WordSize = 4
|
WordSize = 4
|
||||||
WordMask = WordSize - 1
|
|
||||||
// number of bytes in a round
|
// number of bytes in a round
|
||||||
RoundBytes = RoundWords * WordSize
|
RoundBytes = RoundWords * WordSize
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user