mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
remove dummy inputs
This commit is contained in:
@@ -137,7 +137,6 @@ export function generateCircuitInputsDSC(
|
||||
|
||||
}
|
||||
|
||||
const dummy = 0;
|
||||
|
||||
return {
|
||||
signature_algorithm: `${signatureAlgorithm}_${curve || exponent}_${hashFunction}_${4096}`,
|
||||
|
||||
@@ -246,7 +246,6 @@ export function generateCircuitInputsProve(
|
||||
siblings: smt_siblings,
|
||||
} = generateSMTProof(name_smt, name_leaf);
|
||||
|
||||
const dummy = 0;
|
||||
|
||||
return {
|
||||
selector_mode: formatInput(selector_mode),
|
||||
|
||||
Reference in New Issue
Block a user