Skip to content

Commit 038fdb8

Browse files
committed
refactor(gamma): big decimal
1 parent a13cc3e commit 038fdb8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/audit/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,18 @@ FRAGMENTS_STORAGE=/tmp/fund9-leader-1/persist/leader-1
3131

3232
```
3333

34+
35+
*Generate encrypted tally with gamma scaling*
36+
37+
3438
```bash
3539

36-
OFFICIAL_RESULTS=/tmp/activevoteplans.json
3740
BLOCK0=/tmp/fund9-leader-1/artifacts/block0.bin
3841
FRAGMENTS_STORAGE=/tmp/fund9-leader-1/persist/leader-1
39-
QUADRATIC_SCALE=0.1
42+
GAMMA=0.1
43+
PRECISION=5
4044

41-
./target/release/offline --fragments $FRAGMENTS_STORAGE --block0 $BLOCK0 --official-results $OFFICIAL_RESULTS --quadratic_scaling $QUADRATIC_SCALE
45+
./target/release/offline --fragments $FRAGMENTS_STORAGE --block0 $BLOCK0 --gamma $GAMMA --precision $PRECISION
4246

4347
```
4448

0 commit comments

Comments
 (0)