zuc: remove useless constants

This commit is contained in:
Sun Yimin 2025-03-11 16:26:41 +08:00 committed by GitHub
parent 21f96e536b
commit e9692d23ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
)