Skip to content

Commit

Permalink
fix few details and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
0xturboblitz committed Aug 3, 2024
1 parent da82935 commit 74740fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circuits/tests/register/register_sha1_ecdsa.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { describe } from 'mocha';
import path from 'path';
import { poseidon1, poseidon6 } from 'poseidon-lite';
import { mockPassPortData_sha1_ecdsa } from '../../../common/src/constants/mockPassportData';
import { mockPassportData_sha1_ecdsa } from '../../../common/src/constants/mockPassportData';
import { generateCircuitInputsRegister } from '../../../common/src/utils/generateInputs';
import {
BigintToArray,
Expand All @@ -17,7 +17,7 @@ describe('Register - SHA1 WITH ECDSA', function () {
this.timeout(0);
let inputs: any;
let circuit: any;
let passportData = mockPassPortData_sha1_ecdsa;
let passportData = mockPassportData_sha1_ecdsa;
let attestation_id: string;
const attestation_name = 'E-PASSPORT';
const n_dsc = 43; // 43 * 6 = 258 > 254 Cirom field size
Expand Down

0 comments on commit 74740fa

Please sign in to comment.