pub struct HkdfOutputTooLong;Expand description
The requested output exceeds HKDF-SHA256’s 255 * 32 byte ceiling (RFC 5869).
Trait Implementations§
Source§impl Clone for HkdfOutputTooLong
impl Clone for HkdfOutputTooLong
Source§fn clone(&self) -> HkdfOutputTooLong
fn clone(&self) -> HkdfOutputTooLong
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HkdfOutputTooLong
Source§impl Debug for HkdfOutputTooLong
impl Debug for HkdfOutputTooLong
impl Eq for HkdfOutputTooLong
Source§impl PartialEq for HkdfOutputTooLong
impl PartialEq for HkdfOutputTooLong
impl StructuralPartialEq for HkdfOutputTooLong
Auto Trait Implementations§
impl Freeze for HkdfOutputTooLong
impl RefUnwindSafe for HkdfOutputTooLong
impl Send for HkdfOutputTooLong
impl Sync for HkdfOutputTooLong
impl Unpin for HkdfOutputTooLong
impl UnsafeUnpin for HkdfOutputTooLong
impl UnwindSafe for HkdfOutputTooLong
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more