From 1cb4c71aae66ecfec8e5346c19ef90c30ecf3fc1 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 15:29:32 +0000 Subject: [PATCH] Edited ch10_network.adoc with Atlas code editor --- ch10_network.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch10_network.adoc b/ch10_network.adoc index cf0bd3c6..07f63cd1 100644 --- a/ch10_network.adoc +++ b/ch10_network.adoc @@ -599,7 +599,7 @@ rather than ((("Bitcoin network", "lightweight clients", startref="bitcoin-netwo [[bloom_filters]] === Bloom Filters -A bloom filter is a probabilistic search filter, a way +A bloom filter((("Bitcoin network", "bloom filters", "operational overview", id="bitcoin-network-bloom-overview")))((("bloom filters", "operational overview", id="bloom-overview"))) is a probabilistic search filter, a way to describe a desired pattern without specifying it exactly. Bloom filters offer an efficient way to express a search pattern while protecting privacy. They are used by lightweight clients to ask their peers for @@ -712,7 +712,7 @@ is a certainty. In simple terms, a negative match on a bloom filter is a <> is an example of testing the existence of pattern "Y" in the simple bloom filter. One of the corresponding bits is set to +0+, so the -pattern is definitely not a match. +pattern is definitely((("Bitcoin network", "bloom filters", "operational overview", startref="bitcoin-network-bloom-overview")))((("bloom filters", "operational overview", startref="bloom-overview"))) not a match. [[bloom5]] .Testing the existence of pattern "Y" in the bloom filter. The result is a definitive negative match, meaning "Definitely Not!"