Versions in this module Expand all Collapse all v0 v0.2.0 Sep 30, 2022 Changes in this version + func NewIV() []byte + func NewKey128() []byte + func NewKey192() []byte + func NewKey256() []byte + func NewRand(length int) []byte + func NewReader(key, iv []byte, r io.Reader) (*cipher.StreamReader, error) + func NewWriter(key, iv []byte, w io.Writer) (*cipher.StreamWriter, error) v0.1.0 Sep 30, 2022