summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2021-11-30 23:30:03 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2021-11-30 23:30:03 +0100
commit57407aabe8f79e54fba502c0b8578c1b01db040a (patch)
tree490858220c3be33cff96d75b8b7140d2769974e9
parentb773522b51292d69c532d51a62ae033ab6099a90 (diff)
downloadlsd0004-57407aabe8f79e54fba502c0b8578c1b01db040a.tar.gz
lsd0004-57407aabe8f79e54fba502c0b8578c1b01db040a.zip
fix
-rw-r--r--draft-schanzen-r5n.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index 54ee877..939ae41 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -407,7 +407,7 @@ END
407 peer IDs along the route. 407 peer IDs along the route.
408 A Bloom filter "bf" is initially empty, consisting only of zeroes. 408 A Bloom filter "bf" is initially empty, consisting only of zeroes.
409 There are two functions which can be invoked on the Bloom filter: 409 There are two functions which can be invoked on the Bloom filter:
410 ADD(bf, e) and TEST(bf, e) where "e" is an element which is to added 410 BF-SET(bf, e) and BF-TEST(bf, e) where "e" is an element which is to added
411 to the Bloom filter or queried against the set. 411 to the Bloom filter or queried against the set.
412 Any bloom filter uses k=16 different hash functions each of which is 412 Any bloom filter uses k=16 different hash functions each of which is
413 defined as follows: 413 defined as follows: