Skip to content

Commit

Permalink
yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
remicolin committed Dec 18, 2024
1 parent 4f8fa69 commit 7ae00cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/tests/utils/rsaPkcs1v1_5.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('VerifyRsaPkcs1v1_5 Circuit Test', function () {
const witness = await circuit.calculateWitness({
signature,
modulus,
message
message,
});

// Check constraints
Expand Down

0 comments on commit 7ae00cb

Please sign in to comment.