From 4ab0e56e332745eb65c5ff14fb58164fe49a4c13 Mon Sep 17 00:00:00 2001 From: Elias Summermatter Date: Tue, 15 Jun 2021 19:29:05 +0200 Subject: Fixed some more stuff --- draft-summermatter-set-union.xml | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/draft-summermatter-set-union.xml b/draft-summermatter-set-union.xml index 3ac6a5e..1643a7b 100644 --- a/draft-summermatter-set-union.xml +++ b/draft-summermatter-set-union.xml @@ -2225,6 +2225,15 @@ FUNCTION END the IBF to get the maximum counter in the IBF. The second function packs the counters of the IBF, and the third function that unpacks the counters. + + As a plausibly check to prevent the byzantine upper bound + checks in + to fail, implementations must ensure that the + estimates of the set size difference added together + never exceed the set byzantine upper bound. This + could for example happen in case the strata estimator + overestimates the set difference. +
- - For the byzantine upper bound checks to function - correctly, implementations must ensure that the - estimates of the set size difference added together - never exceed the set byzantine upper bound. This - could for example happen if the strata estimator - overestimates the set difference. - -
-- cgit v1.2.3