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