Crate stream_cipher[−][src]
This crate defines a set of traits which define functionality of stream ciphers.
See RustCrypto/stream-ciphers for ciphers implementation.
Re-exports
pub extern crate generic_array; |
Structs
| LoopError |
Error which notifies that stream cipher has reached the end of a keystream. |
Traits
| NewFixStreamCipher |
Synchronous stream cipher creation trait |
| StreamCipherCore |
Synchronous stream cipher core trait |
| StreamCipherSeek |
Synchronous stream cipher seeking trait |