[][src]Constant lf2_codec::DATA_HEADER

pub const DATA_HEADER: &[u8; 123] = b"This is sample data as bytes. \
    The first 123 bytes are ignored during decoding, the rest are decoded using a caesar cipher. ";

Data used to fill the first 123 bytes of the data file. Strictly 123 bytes long.