Function rscache::codec::encode_with_keys[][src]

pub fn encode_with_keys(
    compression: Compression,
    data: &[u8],
    version: Option<i16>,
    keys: &[u32; 4]
) -> Result<Vec<u8>>
Expand description

Encodes the buffer with the given XTEA keys.

For more details see encode