Skip to content

Commit

Permalink
Merge pull request #44 from ZKStats/fix/param_setting
Browse files Browse the repository at this point in the history
fix param_vis to fixed
  • Loading branch information
JernKunpittaya authored May 31, 2024
2 parents 54972b7 + 0ffec80 commit bfbd007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkstats/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfbd007

Please sign in to comment.