Constant libreloc_shared::FINGERPRINT_LEN
source · pub const FINGERPRINT_LEN: usize = 6;
Expand description
A minimap represents locations in the world were at least a datapoint is found matching a shortened hash.
The amount of full cells in each minimap is important: if it is too high the minimap does not convey useful information for the client to be able to find a certain location. If it’s too low it’s leaking (modest) amounts of information about known nodes.