crypto_onetimeauth_init method

int crypto_onetimeauth_init(
  1. Pointer<crypto_onetimeauth_state> state,
  2. Pointer<UnsignedChar> key
)

Implementation

int crypto_onetimeauth_init(
  ffi.Pointer<crypto_onetimeauth_state> state,
  ffi.Pointer<ffi.UnsignedChar> key,
) {
  return _crypto_onetimeauth_init(
    state,
    key,
  );
}