Struct parsec_interface::operations::psa_sign_message::Result
source · pub struct Result {
pub signature: Zeroizing<Vec<u8>>,
}
Expand description
Native object for asymmetric sign result.
Fields§
§signature: Zeroizing<Vec<u8>>
The signature
field contains the resulting bytes from the signing operation. The format of
the signature is as specified by the provider doing the signing.