crypto_core_ed25519_add method
int
crypto_core_ed25519_add(
- Pointer<
UnsignedChar> r, - Pointer<
UnsignedChar> p, - Pointer<
UnsignedChar> q
Implementation
@pragma('vm:prefer-inline')
int crypto_core_ed25519_add(
_i1.Pointer<_i1.UnsignedChar> r,
_i1.Pointer<_i1.UnsignedChar> p,
_i1.Pointer<_i1.UnsignedChar> q,
) => _i2.crypto_core_ed25519_add(r, p, q);