dcrd/gcs
2019-06-18 14:20:06 -05:00
..
blockcf multi: Use https links where available. 2019-06-18 14:20:06 -05:00
bits.go multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
doc.go multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
gcs_test.go multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
gcs.go gcs: use dchest/siphash 2018-08-14 17:13:22 -04:00
gcsbench_test.go multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
go.mod multi: Update all modules for chaincfg v1.5.1. 2019-06-17 15:54:31 -05:00
go.sum multi: Update all modules for chaincfg v1.5.1. 2019-06-17 15:54:31 -05:00
README.md multi: Use https links where available. 2019-06-18 14:20:06 -05:00

gcs

GoDoc

Package gcs provides an API for building and using a Golomb-coded set filter similar to that described here.

A comprehensive suite of tests is provided to ensure proper functionality.