crypto_aead_aes256gcm_beforenm method
Implementation
int crypto_aead_aes256gcm_beforenm(
ffi.Pointer<crypto_aead_aes256gcm_state> ctx_,
ffi.Pointer<ffi.UnsignedChar> k,
) {
return _crypto_aead_aes256gcm_beforenm(
ctx_,
k,
);
}
int crypto_aead_aes256gcm_beforenm(
ffi.Pointer<crypto_aead_aes256gcm_state> ctx_,
ffi.Pointer<ffi.UnsignedChar> k,
) {
return _crypto_aead_aes256gcm_beforenm(
ctx_,
k,
);
}