crypto_aead_aes256gcm_encrypt_detached_afternm method
int
crypto_aead_aes256gcm_encrypt_detached_afternm(
- Pointer<
UnsignedChar> c, - Pointer<
UnsignedChar> mac, - Pointer<
UnsignedLongLong> maclen_p, - Pointer<
UnsignedChar> m, - int mlen,
- Pointer<
UnsignedChar> ad, - int adlen,
- Pointer<
UnsignedChar> nsec, - Pointer<
UnsignedChar> npub, - Pointer<
crypto_aead_aes256gcm_state_> ctx_,
Implementation
@pragma('vm:prefer-inline')
int crypto_aead_aes256gcm_encrypt_detached_afternm(
_i1.Pointer<_i1.UnsignedChar> c,
_i1.Pointer<_i1.UnsignedChar> mac,
_i1.Pointer<_i1.UnsignedLongLong> maclen_p,
_i1.Pointer<_i1.UnsignedChar> m,
int mlen,
_i1.Pointer<_i1.UnsignedChar> ad,
int adlen,
_i1.Pointer<_i1.UnsignedChar> nsec,
_i1.Pointer<_i1.UnsignedChar> npub,
_i1.Pointer<_i2.crypto_aead_aes256gcm_state_> ctx_,
) => _i2.crypto_aead_aes256gcm_encrypt_detached_afternm(
c,
mac,
maclen_p,
m,
mlen,
ad,
adlen,
nsec,
npub,
ctx_,
);