Function av_xtea_init
pub unsafe extern "C" fn av_xtea_init(
ctx: *mut AVXTEA,
key: *const u8,
)
Expand description
Initialize an AVXTEA context.
@param ctx an AVXTEA context @param key a key of 16 bytes used for encryption/decryption, interpreted as big endian 32 bit numbers