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.
pub fn parse_data_header(data: &[u8]) -> Result<DataHeader>Parse the 30-byte data header. The on-disk EKey is stored in reversed byte order; this function restores it to the normal order.