You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.bs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1977,12 +1977,12 @@ and a [=list=] of [=integers=] |histogram|:
1977
1977
1978
1978
1. Let |reportID| be 16 bytes sampled from a cryptographically-secure random source [[RFC4086]].
1979
1979
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]].
1981
1981
1982
1982
1. Let |publicShare|, |inputShares| be the result of invoking |vdaf|.[`shard()`](https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf#section-4.1),
1983
1983
as defined in [Section 4.1](https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf-15#section-4.1)
1984
1984
of [[VDAF]],
1985
-
with |ctx|, |histogram|, |reportID|, and |nonce|.
1985
+
with |ctx|, |histogram|, |reportID| (as the VDAF "nonce" parameter), and |rand|.
1986
1986
1987
1987
1. Let |time| be |now| as a [=duration=] since the [=Unix epoch=],
1988
1988
divided by a [=duration=] of 5 seconds.
@@ -2047,7 +2047,8 @@ and a [=list=] of [=integers=] |histogram|:
2047
2047
1. [=list/Append=] |encryptedShare| to |encryptedInputShares|.
2048
2048
2049
2049
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),
2051
2052
and [=aggregation service=][HPKE configuration](https://datatracker.ietf.org/doc/html/draft-ietf-ppm-dap-15#section-4.5.1)
0 commit comments