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: usizeThe actual length of this blob, if less than data.len()