PallasNativeFp.random constructor

PallasNativeFp.random()

Implementation

factory PallasNativeFp.random() {
  return PallasNativeFp.fromBytes64(QuickCrypto.generateRandom(64));
}