Fix monothread

This commit is contained in:
Jordi Baylina
2020-09-07 18:17:09 +02:00
parent fd60caf599
commit ecdae5279e
2 changed files with 2 additions and 2 deletions

View File

@@ -7721,7 +7721,7 @@ async function buildBn128() {
n8q: 32,
n8r: 32,
cofactorG2: e$2("30644e72e131a029b85045b68181585e06ceecda572a2489345f2299c0f9fa8d", 16),
singleThread: true
singleThread: false
};
curve = await buildEngine(params);

View File

@@ -15,7 +15,7 @@ export default async function buildBn128() {
n8q: 32,
n8r: 32,
cofactorG2: Scalar.e("30644e72e131a029b85045b68181585e06ceecda572a2489345f2299c0f9fa8d", 16),
singleThread: true
singleThread: false
};
curve = await buildEngine(params);