Module cipher::stream_core
source ยท Macrosยง
- impl_counter ๐
Structsยง
- ApplyBlockCtx ๐
- ApplyBlocksCtx ๐
- WriteBlockCtx ๐
- WriteBlocksCtx ๐
Traitsยง
- Counter type usable with
StreamCipherCore
. - Trait implemented by stream cipher backends.
- Block-level synchronous stream ciphers.
- Block-level seeking trait for stream ciphers.
- Trait for
StreamBackend
users.
Functionsยง
- into_chunks ๐Partition buffer into 2 parts: buffer of arrays and tail.