Documentation ¶
Index ¶
Constants ¶
View Source
const ( M = 256 // 2048 bits / 8 bits per byte = 256 bytes K = 30 // wnfs bloom filters use 30 hashes SaturationThreshold = 1019 // ones-count obfuscation minimum )
this bloom filter is hardcoded with an m of 2048 bits (256 bytes) and 30 hashes
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.