crypto_core_ed25519_from_hash method

int crypto_core_ed25519_from_hash(
  1. Pointer<UnsignedChar> p,
  2. Pointer<UnsignedChar> h
)

Implementation

@pragma('vm:prefer-inline')
int crypto_core_ed25519_from_hash(
  _i1.Pointer<_i1.UnsignedChar> p,
  _i1.Pointer<_i1.UnsignedChar> h,
) => _i2.crypto_core_ed25519_from_hash(p, h);