Versions in this module Expand all Collapse all v1 v1.0.1 May 8, 2026 Changes in this version + const BlockSize + func NewCipher(key []byte, rounds int32) (cipher.Block, error) + func ROL(x uint32, n uint32) uint32 + func ROR(x uint32, n uint32) uint32 + type KeySizeError int + func (k KeySizeError) Error() string