JubJubNativeFq.random constructor
JubJubNativeFq.random()
Implementation
factory JubJubNativeFq.random() {
return JubJubNativeFq.fromBytes64(QuickCrypto.generateRandom(64));
}
factory JubJubNativeFq.random() {
return JubJubNativeFq.fromBytes64(QuickCrypto.generateRandom(64));
}