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
|
||||
// number of bytes in a word
|
||||
WordSize = 4
|
||||
WordMask = WordSize - 1
|
||||
// number of bytes in a round
|
||||
RoundBytes = RoundWords * WordSize
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user