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