Versions in this module Expand all Collapse all v0 v0.2.0 May 28, 2026 Changes in this version + const CipherAES128CTR + const CipherAreion256 + const CipherAreion512 + const CipherBLAKE2b256 + const CipherBLAKE2b512 + const CipherBLAKE2s + const CipherBLAKE3 + const CipherChaCha20 + const CipherSipHash24 + func KeySize(name string) (int, error) + func NonceSize(name string) (int, error) + type Keystream interface + XORKeyStream func(dst, src []byte) + func New(name string, key, nonce []byte) (Keystream, error) + func NewAt(name string, key, nonce []byte, byteOffset int) (Keystream, error)