pub struct SignEcdsaParam {
pub is_invalidate: bool,
pub is_full_sn: bool,
}
Expand description
Detailed parameters of calling the ECDSA signature function
Fields§
§is_invalidate: bool
Set to true if the signature will be used with the Verify(Invalidate) command. false for all other cases.
is_full_sn: bool
Set to true if the message should incorporate the device’s full serial number.
Auto Trait Implementations§
impl Freeze for SignEcdsaParam
impl RefUnwindSafe for SignEcdsaParam
impl Send for SignEcdsaParam
impl Sync for SignEcdsaParam
impl Unpin for SignEcdsaParam
impl UnwindSafe for SignEcdsaParam
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