paint-brush
Enhancing Bitcoin's Transaction Privacy With Bloom Filtersby@yourdevopsguy
714 reads
714 reads

Enhancing Bitcoin's Transaction Privacy With Bloom Filters

by Your Coding Teacher7mFebruary 12th, 2021
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Bloom filters are a data structure developed by Burton Howard Bloom in 1970. They only remember whether an object has been added to the filter. In contrast with hash tables, Bloom filters do not store objects. They behave more like sets and do not allow deletions. The probability of a false positive is a function of the size of the filter and the number of hash functions, as we will see in the next section. Bitcoin light clients are using Bloom Filters to make Bitcoin transactions easier to use.

Company Mentioned

Mention Thumbnail
featured image - Enhancing Bitcoin's Transaction Privacy With Bloom Filters
Your Coding Teacher HackerNoon profile picture
Your Coding Teacher

Your Coding Teacher

@yourdevopsguy

Software engineer: previously at Amazon and now at eBay. Certified Professional Cloud Architect.

Learn More
LEARN MORE ABOUT @YOURDEVOPSGUY'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Your Coding Teacher HackerNoon profile picture
Your Coding Teacher@yourdevopsguy
Software engineer: previously at Amazon and now at eBay. Certified Professional Cloud Architect.

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite