btcd/btcutil/gcs
MarkDaveny 6b197d38d7
chore: fix some function names (#2180)
Signed-off-by: MarkDaveny <peicuiping@aliyun.com>
2024-04-29 11:45:39 -04:00
..
builder chore: fix some comments (#2146) 2024-03-27 09:45:48 -04:00
doc.go multi: Run gofmt on the entire repository 2023-06-21 22:31:09 +09:00
gcs.go multi: Run gofmt on the entire repository 2023-06-21 22:31:09 +09:00
gcs_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
gcsbench_test.go chore: fix some function names (#2180) 2024-04-29 11:45:39 -04: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.