Skip to content

Commit

Permalink
Update task_input_config.2pc_balanced_psi_dp.json
Browse files Browse the repository at this point in the history
fix change curve_type to ecdh_curve
  • Loading branch information
gxcuit authored May 22, 2024
1 parent 25060d5 commit 974fe83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/templates/task_input_config.2pc_balanced_psi_dp.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"domain": "data_prep",
"name": "psi",
"version": "0.0.4",
"attr_paths": ["input/receiver_input/key", "input/sender_input/key", "protocol", "precheck_input", "bucket_size", "curve_type","left_side"],
"attr_paths": ["input/receiver_input/key", "input/sender_input/key", "protocol", "precheck_input", "bucket_size", "ecdh_curve","left_side"],
"attrs": [{
"ss": ["id1"]
}, {
Expand All @@ -49,4 +49,4 @@
"sf_input_ids": ["alice-dp-table","bob-dp-table"],
"sf_output_ids": ["psi-dp-output"],
"sf_output_uris": ["psi-dp-output-dp.csv"]
}
}

0 comments on commit 974fe83

Please sign in to comment.