Struct rust_cryptoauthlib::SignEcdsaParam [−][src]
Expand description
Detailed parameters of calling the ECDSA signature function
Fields
is_invalidate: boolSet to true if the signature will be used with the Verify(Invalidate) command. false for all other cases.
is_full_sn: boolSet to true if the message should incorporate the device’s full serial number.
Auto Trait Implementations
impl RefUnwindSafe for SignEcdsaParamimpl Send for SignEcdsaParamimpl Sync for SignEcdsaParamimpl Unpin for SignEcdsaParamimpl UnwindSafe for SignEcdsaParam