Struct rust_cryptoauthlib::VerifyEcdsaParam[][src]

pub struct VerifyEcdsaParam {
    pub public_key: Option<Vec<u8>>,
    pub slot_number: Option<u8>,
    pub num_in: Vec<u8>,
    pub io_key: u8,
}
Expand description

Detailed parameters of calling the ECDSA verification function

Fields

public_key: Option<Vec<u8>>

Public key for ExternalMac mode

slot_number: Option<u8>

Slot number for InternalMac mode

num_in: Vec<u8>

System nonce (32 byte) used for the verification MAC

io_key: u8

IO protection key for verifying the validation MAC

Trait Implementations

Returns the “default value” for a type. Read more

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.