pub struct ExpandMsgXmd<HashT> { /* private fields */ }
Expand description
Placeholder type for implementing expand_message_xmd based on a hash function
Trait Implementations§
Source§impl<HashT: Debug> Debug for ExpandMsgXmd<HashT>
impl<HashT: Debug> Debug for ExpandMsgXmd<HashT>
Source§impl<HashT> ExpandMsg for ExpandMsgXmd<HashT>where
HashT: Digest + BlockInput,
impl<HashT> ExpandMsg for ExpandMsgXmd<HashT>where
HashT: Digest + BlockInput,
ExpandMsgXmd implements expand_message_xmd for the ExpandMsg trait
Auto Trait Implementations§
impl<HashT> Freeze for ExpandMsgXmd<HashT>
impl<HashT> RefUnwindSafe for ExpandMsgXmd<HashT>where
HashT: RefUnwindSafe,
impl<HashT> Send for ExpandMsgXmd<HashT>where
HashT: Send,
impl<HashT> Sync for ExpandMsgXmd<HashT>where
HashT: Sync,
impl<HashT> Unpin for ExpandMsgXmd<HashT>where
HashT: Unpin,
impl<HashT> UnwindSafe for ExpandMsgXmd<HashT>where
HashT: UnwindSafe,
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