Struct rust_cryptoauthlib::VerifyEcdsaParam
source · [−]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