Struct rust_cryptoauthlib::SignEcdsaParam[][src]

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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.