Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharm committed Aug 11, 2024
1 parent 61af362 commit 5123f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function randomFq(): Fq {
}

export function randomFr(): Fr {
return new Fq(randomBigIntModP(48, R))
return new Fr(randomBigIntModP(31, R))
}

export function randomBigIntModP(bytes: number, p: bigint): bigint {
Expand Down

0 comments on commit 5123f83

Please sign in to comment.