crypto_core_ed25519_random method

void crypto_core_ed25519_random(
  1. Pointer<UnsignedChar> p
)

Implementation

@pragma('vm:prefer-inline')
void crypto_core_ed25519_random(_i1.Pointer<_i1.UnsignedChar> p) =>
    _i2.crypto_core_ed25519_random(p);