commit 57407aabe8f79e54fba502c0b8578c1b01db040a
parent b773522b51292d69c532d51a62ae033ab6099a90
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Tue, 30 Nov 2021 23:30:03 +0100
fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
@@ -407,7 +407,7 @@ END
peer IDs along the route.
A Bloom filter "bf" is initially empty, consisting only of zeroes.
There are two functions which can be invoked on the Bloom filter:
- ADD(bf, e) and TEST(bf, e) where "e" is an element which is to added
+ BF-SET(bf, e) and BF-TEST(bf, e) where "e" is an element which is to added
to the Bloom filter or queried against the set.
Any bloom filter uses k=16 different hash functions each of which is
defined as follows: