You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

20 lines
373 B

const bigInt = require("big-integer");
const ZnField = require("./znfield.js");
module.eports = class Gt {
constructor() {
// TODO
throw new Error("Not Implementted");
}
mul(p1, p2) {
// TODO
throw new Error("Not Implementted");
}
equal(p1, p2) {
// TODO
throw new Error("Not Implementted");
}
};