pub fn parse_elo_record_header<'a>(
record: &'a [u8],
) -> Result<ParsedEloRecord<'a>, String>Expand description
Parse a single ELO record’s plaintext header, returning header metadata, AAD (the exact header bytes), and a view of the ciphertext bytes.