Enum rust_cryptoauthlib::SignMode [−][src]
pub enum SignMode {
External(Vec<u8>),
Internal(SignEcdsaParam),
}
Expand description
The mode of calling the ECDSA signature function
Variants
The input parameter is hash to be signed
Internal(SignEcdsaParam)