Results for SyncStreamCipherSeek
In Names
(1)
In Parameters
(0)
In Return Types
(0)
This crate defines a set of traits which define functionality of stream ciphers.
See RustCrypto/stream-ciphers for ciphers implementation.
pub extern crate generic_array; |
InvalidKeyNonceLength | Error which notifies that key or/and nonce used in stream cipher initialization had an invalid length. |
LoopError | Error which notifies that stream cipher has reached the end of a keystream. |
NewStreamCipher | Stream cipher creation trait. |
StreamCipher | Stream cipher core trait which covers both synchronous and asynchronous ciphers. |
SyncStreamCipher | Synchronous stream cipher core trait. |
SyncStreamCipherSeek | Synchronous stream cipher seeking trait. |
stream_cipher::SyncStreamCipherSeek | Synchronous stream cipher seeking trait. |