Struct c2_chacha::stream_cipher::InvalidKeyNonceLength [−][src]
pub struct InvalidKeyNonceLength;Expand description
The error type returned when key and/or nonce used in stream cipher initialization had an invalid length.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InvalidKeyNonceLength
impl Send for InvalidKeyNonceLength
impl Sync for InvalidKeyNonceLength
impl Unpin for InvalidKeyNonceLength
impl UnwindSafe for InvalidKeyNonceLength
Blanket Implementations
Mutably borrows from an owned value. Read more