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