Function av_tea_init
pub unsafe extern "C" fn av_tea_init(
ctx: *mut AVTEA,
key: *const u8,
rounds: i32,
)
Expand description
Initialize an AVTEA context.
@param ctx an AVTEA context @param key a key of 16 bytes used for encryption/decryption @param rounds the number of rounds in TEA (64 is the “standard”)