pub unsafe extern "C" fn Kravatte_MaskDerivation(
    kvInstance: *mut Kravatte_Instance,
    Key: *const BitSequence,
    KeyBitLen: BitLength
) -> c_int
Expand description

Function to initialize a Kravatte instance with given key. @param kvInstance Pointer to the instance to be initialized. @param Key Pointer to the key (K). @param KeyBitLen The length of the key in bits. @return 0 if successful, 1 otherwise.