pub type SignatureBlob = Blob<SIGNATURE_BLOB_SIZE>;Expand description
Type alias for 72-byte blob (for Signature fields).
Aliased Type§
#[repr(C)]pub struct SignatureBlob {
pub data: [u8; 72],
pub len: usize,
}Fields§
§data: [u8; 72]§len: usizeThe actual length of this blob, if less than data.len()