crypto_onetimeauth_poly1305_init method
int
crypto_onetimeauth_poly1305_init(
- Pointer<
crypto_onetimeauth_poly1305_state> state, - Pointer<
UnsignedChar> key
Implementation
int crypto_onetimeauth_poly1305_init(
ffi.Pointer<crypto_onetimeauth_poly1305_state> state,
ffi.Pointer<ffi.UnsignedChar> key,
) {
return _crypto_onetimeauth_poly1305_init(
state,
key,
);
}