Module errors
cipher
0.4.4
Module errors
Module Items
Structs
In crate cipher
Modules
block
consts
errors
stream
stream_core
stream_wrapper
Macros
impl_simple_block_encdec
Structs
InvalidLength
OverflowError
StreamCipherCoreWrapper
StreamCipherError
Traits
AlgorithmName
ArrayLength
AsyncStreamCipher
BlockBackend
BlockCipher
BlockClosure
BlockDecrypt
BlockDecryptMut
BlockEncrypt
BlockEncryptMut
BlockSizeUser
Counter
InnerIvInit
IvSizeUser
IvState
KeyInit
KeyIvInit
KeySizeUser
ParBlocksSizeUser
SeekNum
StreamBackend
StreamCipher
StreamCipherCore
StreamCipherSeek
StreamCipherSeekCore
StreamClosure
Unsigned
Type Aliases
Block
Iv
Key
ParBlocks
cipher
Module
errors
Copy item path
Settings
Help
Summary
Source
Expand description
Error types.
Structs
§
Overflow
Error
The error type returned when a cipher position can not be represented by the requested type.
Stream
Cipher
Error
This error is returned by the
StreamCipher
trait methods.