Function botan_sys::botan_hotp_init

source ยท
pub unsafe extern "C" fn botan_hotp_init(
    hotp: *mut botan_hotp_t,
    key: *const u8,
    key_len: usize,
    hash_algo: *const c_char,
    digits: usize,
) -> c_int