@@ -1123,7 +1123,8 @@ in units [=microepsilons=].
1123
1123
A <dfn>microepsilon</dfn> is one-millionth of the unitary epsilon value
1124
1124
used in differential privacy [[DP]] .
1125
1125
1126
- <p class=note> The choice of a 32-bit integer restricts the setting of epsilon to be less than 4295.
1126
+ <p class=note> The choice of a 32-bit integer restricts the setting of epsilon to
1127
+ be less than or equal to the <dfn>maximum epsilon</dfn> of 4294.
1127
1128
This <span class=allow-2119> should</span> be more than sufficient for implementations.
1128
1129
1129
1130
A <dfn>privacy budget key</dfn> is a [=tuple=] consisting of the following items:
@@ -1157,7 +1158,7 @@ and integer |globalSensitivity|:
1157
1158
1158
1159
1. Let |deductionFp| be |epsilon| * |sensitivity| / |globalSensitivity|.
1159
1160
1160
- 1. If |deductionFp| is negative or greater than 4294 ,
1161
+ 1. If |deductionFp| is negative or greater than [=maximum epsilon=] ,
1161
1162
[=map/set|set=] the value of |key| in the [=privacy budget store=] to 0
1162
1163
and return false.
1163
1164
@@ -1496,7 +1497,7 @@ To <dfn>validate {{AttributionConversionOptions}}</dfn> |options|:
1496
1497
from {{AttributionAggregationServices}} ,
1497
1498
given |options|.{{AttributionConversionOptions/aggregationService}} .
1498
1499
1. If |options|.{{AttributionConversionOptions/epsilon}}
1499
- is less than or equal to 0 or is greater than 4294 ,
1500
+ is less than or equal to 0 or is greater than [=maximum epsilon=] ,
1500
1501
throw a {{RangeError}} .
1501
1502
1. If |options|.{{AttributionConversionOptions/histogramSize}}
1502
1503
is 0 or greater than the [=implementation-defined=] <dfn>maximum histogram size</dfn> ,
0 commit comments