crypto_aead_aes256gcm_beforenm method

int crypto_aead_aes256gcm_beforenm(
  1. Pointer<crypto_aead_aes256gcm_state_> ctx_,
  2. Pointer<UnsignedChar> k
)

Implementation

@pragma('vm:prefer-inline')
int crypto_aead_aes256gcm_beforenm(
  _i1.Pointer<_i2.crypto_aead_aes256gcm_state_> ctx_,
  _i1.Pointer<_i1.UnsignedChar> k,
) => _i2.crypto_aead_aes256gcm_beforenm(ctx_, k);