av_xtea_le_init

Initialize an AVXTEA context.

@param ctx an AVXTEA context @param key a key of 16 bytes used for encryption/decryption, interpreted as little endian 32 bit numbers

extern (C) @nogc nothrow
void
av_xtea_le_init
(,
ref const(ubyte)[16] key
)

Meta