mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 07:08:10 -05:00
remove circomlib from test code
This commit is contained in:
@@ -47,6 +47,8 @@ template OPENPASSPORT_PROVE(signatureAlgorithm, n, k, MAX_ECONTENT_PADDED_LEN, M
|
||||
signal input secret;
|
||||
signal input dsc_secret;
|
||||
|
||||
signal input dummy;
|
||||
|
||||
signal attestation_id <== 1;
|
||||
|
||||
signal selectorModeDisclosure <== selector_mode[0];
|
||||
|
||||
@@ -30,7 +30,6 @@ describe('VerifyRsaPkcs1v1_5 Circuit Test', function () {
|
||||
include: [
|
||||
'node_modules',
|
||||
'./node_modules/@zk-kit/binary-merkle-root.circom/src',
|
||||
// './node_modules/circomlib/circuits',a
|
||||
],
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user