Skip to content

Commit

Permalink
Update draft-irtf-cfrg-vdaf.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Patton <[email protected]>
  • Loading branch information
albertpl and cjpatton authored Oct 31, 2023
1 parent 9802359 commit 7ac9642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-irtf-cfrg-vdaf.md
Original file line number Diff line number Diff line change
Expand Up @@ -2389,7 +2389,7 @@ def shard_with_joint_rand(Prio3, meas, nonce, seeds):
joint_rand, joint_rands = front(
Prio3.Flp.JOINT_RAND_LEN, joint_rands)
leader_proofs_share += Prio3.Flp.prove(meas,
prove_rand, joint_rand)
prove_rand, joint_rand)
for j in range(Prio3.SHARES-1):
leader_proofs_share = vec_sub(
leader_proofs_share,
Expand Down

0 comments on commit 7ac9642

Please sign in to comment.