mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
split bitmap into selector_dg1 and selector_older_than, fix nullifier generation in prove circuits
This commit is contained in:
@@ -30,14 +30,14 @@ export const generateCircuitInputsInSdk = (
|
||||
);
|
||||
}
|
||||
case 'prove': {
|
||||
const bitmap = Array(90).fill('1');
|
||||
const selector_dg1 = Array(90).fill('1');
|
||||
const user_identifier = crypto.randomUUID();
|
||||
return generateCircuitInputsProve(
|
||||
passportData,
|
||||
n_dsc,
|
||||
k_dsc,
|
||||
scope,
|
||||
bitmap,
|
||||
selector_dg1,
|
||||
majority,
|
||||
user_identifier
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user