crypto_onetimeauth_poly1305_final method
int
crypto_onetimeauth_poly1305_final(
- Pointer<
crypto_onetimeauth_poly1305_state> state, - Pointer<
UnsignedChar> out
Implementation
int crypto_onetimeauth_poly1305_final(
ffi.Pointer<crypto_onetimeauth_poly1305_state> state,
ffi.Pointer<ffi.UnsignedChar> out,
) {
return _crypto_onetimeauth_poly1305_final(
state,
out,
);
}