VestaFq.random constructor

VestaFq.random()

Implementation

factory VestaFq.random() {
  return VestaFq._fromU512(List.generate(8, (i) => QuickCrypto.nextU64()));
}