Skip to content

Commit

Permalink
chore(sdk-lib-mpc): update paillierProof import
Browse files Browse the repository at this point in the history
TICKET: WP-132
  • Loading branch information
zahin-mohammad committed Sep 27, 2023
1 parent 8ed87ef commit 95284d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sdk-lib-mpc/test/unit/tss/ecdsa/paillierproof.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import should from 'should';

import { alpha, m, generateP, prove, verify } from '../../../../src/tss/ecdsa/paillierproof';
import { alpha, m, generateP, prove, verify } from '../../../../src/tss/ecdsa/paillierProof';
import { hexToBigInt, minModulusBitLength, randomBigInt } from '../../../../src';
import { deserializePaillierChallenge, deserializePaillierChallengeProofs } from '../../../../src/tss/ecdsa/types';
import { mockedPaillierProofs } from '../../../fixtures/paillierpProof.util';
Expand Down

0 comments on commit 95284d5

Please sign in to comment.