Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: David Cook <dcook@divviup.org>
  • Loading branch information
cjpatton and divergentdave authored Jan 8, 2025
1 parent 9b21126 commit 7431d4a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions draft-irtf-cfrg-vdaf.md
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ Some common functionalities:

~~~ aasvg
+--------------+
+---->| Aggregator 0 |----+
+---->| Aggregator 0 +----+
input | +--------------+ | aggregate
shares | ^ | shares
| | |
Expand Down Expand Up @@ -3598,15 +3598,15 @@ def verifier_len(self) -> int:
~~~ aasvg
+--------------------+
| prove() |
| +-------------+ |
| +--------------+ |
| | Valid |<----- meas
| | +--------+ |<----- joint rand
| | | Gadget | | |<-- prove rand
| | +-------+ | |
| | +--------+ | |
| | | |
| +--------------+ |
| |
+-+-----------------+
+-+------------------+
|
v proof
~~~
Expand Down Expand Up @@ -3680,15 +3680,15 @@ def prove(self,
|
+----------|---------+
| query() | |
| +-------|-----+ |
| +-------|------+ |
| | Valid | |<----- meas (share)
| | +----v---+ |<----- joint rand
| | | Gadget | | |<-- query rand
| | +-------+ | |
| | +--------+ | |
| | | |
| +--------------+ |
| |
+-+-----------------+
+-+------------------+
|
v verifier (share)
~~~~
Expand Down

0 comments on commit 7431d4a

Please sign in to comment.