mirror of
https://github.com/arnaucube/snarkjs.git
synced 2026-02-28 05:56:44 +01:00
Spelling fixed
This commit is contained in:
@@ -1155,7 +1155,7 @@
|
||||
"triggerComponents": []
|
||||
}
|
||||
],
|
||||
"constrains": [
|
||||
"constraints": [
|
||||
[
|
||||
{
|
||||
"4": "1"
|
||||
|
||||
@@ -26,7 +26,7 @@ const assert = chai.assert;
|
||||
|
||||
const r = bigInt("21888242871839275222246405745257275088548364400416034343698204186575808495617");
|
||||
|
||||
describe("Polinomial field", () => {
|
||||
describe("Polynomial field", () => {
|
||||
it("Should compute a multiplication", () => {
|
||||
const PF = new PolField(new ZqField(r));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user