From 79d791c81fd74c035037dbd37cc79a6f2d76946a Mon Sep 17 00:00:00 2001 From: Benjamin Case Date: Thu, 3 Oct 2024 21:55:13 -0400 Subject: [PATCH] fmt --- api.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.bs b/api.bs index 666cac4..f034ebd 100644 --- a/api.bs +++ b/api.bs @@ -1187,7 +1187,7 @@ a safety limit to be exceeded. Currently the only DP mechanism supported is the Laplace mechanism. - For supporting the Laplace mechanism the reports in a query will have all specified the same +For supporting the Laplace mechanism the reports in a query will have all specified the same `requested_epsilon` and `query_global_sensitivity`. This data is included in the authenticated data of the reports. The aggregation service adds independent samples of Laplace noise to every histogram bin where the samples are take from a `Lap(query_global_sensitivity / requested_epsilon)`.