Skip to content

Commit

Permalink
yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
remicolin committed Sep 14, 2024
1 parent 4778b20 commit 234a94d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2"
}
}
}
4 changes: 2 additions & 2 deletions circuits/tests/utils/leaf_hasher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
mock_csca_sha256_rsa_2048,
mock_dsc_sha1_rsa_2048,
mock_csca_sha1_rsa_2048,
mock_dsc_sha1_ecdsa
mock_dsc_sha1_ecdsa,
} from '../../../common/src/constants/mockCertificates';
import { hexToDecimal, splitToWords } from '../../../common/src/utils/utils';
import { getLeaf, leafHasherLight } from '../../../common/src/utils/pubkeyTree';
Expand Down Expand Up @@ -63,7 +63,7 @@ describe('LeafHasher Light', function () {
in: splitToWords(BigInt(hexToDecimal(modulus)), n_dsc, k_dsc),
sigAlg:
SignatureAlgorithmIndex[
`${signatureAlgorithm}_${curve || exponent}_${hashFunction}_${bits}`
`${signatureAlgorithm}_${curve || exponent}_${hashFunction}_${bits}`
],
};
const witness = await circuit.calculateWitness(inputs, true);
Expand Down

0 comments on commit 234a94d

Please sign in to comment.