refactor: make programs privacy-agnostic in the privacy circuit

This commit is contained in:
Moudy
2026-04-17 07:29:40 +02:00
parent 48478ca21e
commit f9a5a7635e
51 changed files with 309 additions and 269 deletions
@@ -52,7 +52,6 @@ fn main() {
instruction_data: chained_call_instruction_data,
pre_states,
pda_seeds: vec![],
private_pda_seeds: vec![],
};
// Write the outputs.
@@ -65,7 +65,6 @@ fn main() {
instruction_data: chained_call_instruction_data,
pre_states: vec![pre_state_for_chained_call],
pda_seeds: vec![PDA_SEED],
private_pda_seeds: vec![],
};
// Write the outputs.