Skip to main content

HEK

Type Alias HEK 

Source
pub type HEK = hek;

Aliased Type§

#[repr(C)]
pub struct HEK { pub hek_hash: u32, pub hek_len: i32, pub hek_key: [i8; 1], }

Fields§

§hek_hash: u32§hek_len: i32§hek_key: [i8; 1]