crypto_aead_aes256gcm_decrypt_detached method
int
crypto_aead_aes256gcm_decrypt_detached(
- Pointer<
UnsignedChar> m, - Pointer<
UnsignedChar> nsec, - Pointer<
UnsignedChar> c, - int clen,
- Pointer<
UnsignedChar> mac, - Pointer<
UnsignedChar> ad, - int adlen,
- Pointer<
UnsignedChar> npub, - Pointer<
UnsignedChar> k,
Implementation
@pragma('vm:prefer-inline')
int crypto_aead_aes256gcm_decrypt_detached(
_i1.Pointer<_i1.UnsignedChar> m,
_i1.Pointer<_i1.UnsignedChar> nsec,
_i1.Pointer<_i1.UnsignedChar> c,
int clen,
_i1.Pointer<_i1.UnsignedChar> mac,
_i1.Pointer<_i1.UnsignedChar> ad,
int adlen,
_i1.Pointer<_i1.UnsignedChar> npub,
_i1.Pointer<_i1.UnsignedChar> k,
) => _i2.crypto_aead_aes256gcm_decrypt_detached(
m,
nsec,
c,
clen,
mac,
ad,
adlen,
npub,
k,
);