[−][src]Crate cipher
This crate defines a set of simple traits used to define functionality of block ciphers and stream ciphers.
Re-exports
pub use crate::block::BlockCipher; |
pub use crate::block::BlockCipherMut; |
pub use crate::block::NewBlockCipher; |
pub use crate::stream::NewStreamCipher; |
pub use crate::stream::StreamCipher; |
pub use crate::stream::SyncStreamCipher; |
pub use crate::stream::SyncStreamCipherSeek; |
Modules
| block | Traits used to define functionality of block ciphers. |
| stream | Traits which define functionality of stream ciphers. |
Macros
| bench | devDefine benchmark |
| bench_async | devCreate synchronous stream cipher benchmarks |
| bench_sync | devCreate synchronous stream cipher benchmarks |
| new_async_test | devTest core functionality of asynchronous stream cipher |
| new_seek_test | devTest stream synchronous stream cipher seeking capabilities |
| new_sync_test | devTest core functionality of synchronous stream cipher |
| new_test | devDefine test |