btcd/btcutil/gcs
Olaoluwa Osuntokun 5cd3533e2b
btcutil: move btcutil into new sub-module
In this commit, we move `btcutil` as well as its sub-module, the `psbt`
package into the `btcd` repo itself.
2022-01-10 18:44:56 -08:00
..
builder btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
doc.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
gcs.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
gcs_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
gcsbench_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
README.md btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08: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/btcd/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/btcd/btcutil/gcs

License

Package gcs is licensed under the copyfree ISC License.