Versions in this module Expand all Collapse all v1 v1.0.1 May 8, 2026 Changes in this version + func NewCipher(key []byte, iv []byte) (cipher.Stream, error) + type IVSizeError int + func (iv IVSizeError) Error() string + type KeySizeError int + func (k KeySizeError) Error() string