Skip to content

Commit

Permalink
fix param_vis to fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
JernKunpittaya committed May 31, 2024
1 parent 54972b7 commit 0ffec80
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 0ffec80

Please sign in to comment.