lbcutil/gcs
2021-09-28 10:30:21 +02:00
..
builder multi: fix linter issues 2021-09-28 10:30:21 +02:00
doc.go gcs: fix slight typo in docs, 2^-n not 2^-1 2018-05-15 19:14:18 -07:00
gcs.go multi: fix linter issues 2021-09-28 10:30:21 +02:00
gcs_test.go multi: fix linter issues 2021-09-28 10:30:21 +02:00
gcsbench_test.go multi: fix linter issues 2021-09-28 10:30:21 +02:00
README.md README.md fixes 2018-05-15 19:14:18 -07:00

gcs

[Build Status] (https://travis-ci.org/btcsuite/btcutil) ![ISC License] (http://img.shields.io/badge/license-ISC-blue.svg) [GoDoc] (http://godoc.org/github.com/btcsuite/btcutil/gcs)

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.

Installation and Updating

$ go get -u github.com/btcsuite/btcutil/gcs

License

Package gcs is licensed under the copyfree ISC License.