Skip to main content

PublicKeyBlob

Type Alias PublicKeyBlob 

Source
pub type PublicKeyBlob = Blob<PUBLIC_KEY_BLOB_SIZE>;
Expand description

Type alias for 33-byte blob (for Public Key fields)

Aliased Type§

#[repr(C)]
pub struct PublicKeyBlob { pub data: [u8; 33], pub len: usize, }

Fields§

§data: [u8; 33]§len: usize

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