We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b26651 commit a37f82dCopy full SHA for a37f82d
barretenberg/ts/src/barretenberg/index.ts
@@ -68,7 +68,7 @@ export class Barretenberg extends BarretenbergApi {
68
69
async initSRSClientIVC(): Promise<void> {
70
// crsPath can be undefined
71
- const crs = await Crs.new(2 ** 19 + 1, this.options.crsPath);
+ const crs = await Crs.new(2 ** 20 + 1, this.options.crsPath);
72
const grumpkinCrs = await GrumpkinCrs.new(2 ** 14 + 1, this.options.crsPath);
73
74
// Load CRS into wasm global CRS state.
0 commit comments