Spelling fixed

This commit is contained in:
Jordi Baylina
2018-09-09 14:04:22 +02:00
parent 7a9bdf5961
commit 5177e17037
12 changed files with 33 additions and 93 deletions

View File

@@ -1155,7 +1155,7 @@
"triggerComponents": []
}
],
"constrains": [
"constraints": [
[
{
"4": "1"

View File

@@ -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));