Adds basic GCS filter. Filters can be decoded from bytes, but not created from scratch (not sure we'll even need it). I think will need a newFilter method to resolve conflicts among peers. Will follow up.
The bits parameter and false positive rate are not variables. They are package constants set to B=19 and M=784931, which are the values used by Decred.
Adds basic GCS filter. Filters can be decoded from bytes, but not created from scratch
(not sure we'll even need it). I think will need anewFilter
method to resolve conflicts among peers. Will follow up.The bits parameter and false positive rate are not variables. They are package constants set to B=19 and M=784931, which are the values used by Decred.