Skip to main content

SignatureBlob

Type Alias SignatureBlob 

Source
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: usize

The actual length of this blob, if less than data.len()