mirror of
https://github.com/arnaucube/snarkjs.git
synced 2026-02-28 05:56:44 +01:00
Polynomial division done
This commit is contained in:
@@ -16,6 +16,8 @@ class ZqField {
|
||||
this.equals = bigInt.genEquals(q);
|
||||
this.affine = bigInt.genAffine(q);
|
||||
this.isZero = bigInt.genIsZero(q);
|
||||
this.two = this.add(this.one, this.one);
|
||||
this.twoinv = this.inverse(this.two);
|
||||
}
|
||||
|
||||
copy(a) {
|
||||
|
||||
Reference in New Issue
Block a user