mirror of
https://github.com/MPCStats/zk-stats-lib.git
synced 2026-01-09 13:38:02 -05:00
Merge pull request #44 from ZKStats/fix/param_setting
fix param_vis to fixed
This commit is contained in:
@@ -355,7 +355,7 @@ def _gen_settings(
|
||||
# Poseidon is not homomorphic additive, maybe consider Pedersens or Dory commitment.
|
||||
gip_run_args = ezkl.PyRunArgs()
|
||||
gip_run_args.input_visibility = "hashed" # one commitment (values hashed) for each column
|
||||
gip_run_args.param_visibility = "private" # no parameters shown
|
||||
gip_run_args.param_visibility = "fixed" # no parameters shown
|
||||
gip_run_args.output_visibility = "public" # should be `(torch.Tensor(1.0), output)`
|
||||
|
||||
# generate settings
|
||||
|
||||
Reference in New Issue
Block a user