pub enum NonceTarget {
TempKey,
MsgDigBuf,
}Expand description
Destination register for a passthrough Nonce.
Variants§
TempKey
32-byte TempKey register. Used to load a digest before Sign.
MsgDigBuf
32-byte MsgDigBuf register.
Implementations§
Source§impl NonceTarget
impl NonceTarget
Sourceconst fn as_param1_bits(self) -> u8
const fn as_param1_bits(self) -> u8
Encode the target as the relevant bit in param1.
Trait Implementations§
Source§impl Clone for NonceTarget
impl Clone for NonceTarget
Source§fn clone(&self) -> NonceTarget
fn clone(&self) -> NonceTarget
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NonceTarget
impl Debug for NonceTarget
Source§impl PartialEq for NonceTarget
impl PartialEq for NonceTarget
impl Copy for NonceTarget
impl Eq for NonceTarget
impl StructuralPartialEq for NonceTarget
Auto Trait Implementations§
impl Freeze for NonceTarget
impl RefUnwindSafe for NonceTarget
impl Send for NonceTarget
impl Sync for NonceTarget
impl Unpin for NonceTarget
impl UnsafeUnpin for NonceTarget
impl UnwindSafe for NonceTarget
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