Skip to content

Commit c68932f

Browse files
Clean up the naming
1 parent 93f3dbd commit c68932f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

api.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,12 +1977,12 @@ and a [=list=] of [=integers=] |histogram|:
19771977

19781978
1. Let |reportID| be 16 bytes sampled from a cryptographically-secure random source [[RFC4086]].
19791979

1980-
1. Let |nonce| be 128 bytes sampled from a cryptographically-secure random source [[RFC4086]].
1980+
1. Let |rand| be 128 bytes sampled from a cryptographically-secure random source [[RFC4086]].
19811981

19821982
1. Let |publicShare|, |inputShares| be the result of invoking |vdaf|.[`shard()`](https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf#section-4.1),
19831983
as defined in [Section 4.1](https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf-15#section-4.1)
19841984
of [[VDAF]],
1985-
with |ctx|, |histogram|, |reportID|, and |nonce|.
1985+
with |ctx|, |histogram|, |reportID| (as the VDAF "nonce" parameter), and |rand|.
19861986

19871987
1. Let |time| be |now| as a [=duration=] since the [=Unix epoch=],
19881988
divided by a [=duration=] of 5 seconds.
@@ -2047,7 +2047,8 @@ and a [=list=] of [=integers=] |histogram|:
20472047
1. [=list/Append=] |encryptedShare| to |encryptedInputShares|.
20482048

20492049
1. Let |report| be an encoded DAP [`Report`](https://datatracker.ietf.org/doc/html/draft-ietf-ppm-dap-15#section-4.5.2)
2050-
generated from |reportMetadata|, |publicShare|, |encryptedInputShares|,
2050+
generated from |reportMetadata|, |publicShare|, |encryptedInputShares|
2051+
(the two values being the leader and helper encrypted input shares respectively),
20512052
and [=aggregation service=] [HPKE configuration](https://datatracker.ietf.org/doc/html/draft-ietf-ppm-dap-15#section-4.5.1)
20522053
obtained from the DAP aggregators.
20532054

0 commit comments

Comments
 (0)