Skip to main content

parse_data_header

Function parse_data_header 

Source
pub fn parse_data_header(data: &[u8]) -> Result<DataHeader>
Expand description

Parse the 30-byte data header. The on-disk EKey is stored in reversed byte order; this function restores it to the normal order.