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

Function to initialize a Kravatte SANSE instance with given key and nonce. @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.