Module stream

Source
Expand description

Traits which define functionality of stream ciphers.

See RustCrypto/stream-ciphers for ciphers implementation.

Macros§

impl_seek_num 🔒

Traits§

AsyncStreamCipher
Marker trait for block-level asynchronous stream ciphers
SeekNum
Trait implemented for numeric types which can be used with the StreamCipherSeek trait.
StreamCipher
Synchronous stream cipher core trait.
StreamCipherSeek
Trait for seekable stream ciphers.