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