Expand description
Traits which define functionality of stream ciphers.
See RustCrypto/stream-ciphers for ciphers implementation.
Macros§
Traits§
- Marker trait for block-level asynchronous stream ciphers
- Trait implemented for numeric types which can be used with the
StreamCipherSeek
trait. - Synchronous stream cipher core trait.
- Trait for seekable stream ciphers.