Crate cipher[−][src]
This crate defines a set of traits which describe the 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; |
pub use generic_array; |
Modules
block | Traits used to define functionality of block ciphers. |
consts | Type aliases for many constants. |
stream | Traits which define functionality of stream ciphers. |