lbcutil/gcs
Olaoluwa Osuntokun 3b3422dc54 gcs/builder: update regular filter to exclude txid
In this commit, we update the regular filter to exclude the txid, as in
most cases we can use the output script for the same purpose.
2018-07-06 17:32:55 -05:00
..
builder gcs/builder: update regular filter to exclude txid 2018-07-06 17:32:55 -05:00
doc.go gcs: fix slight typo in docs, 2^-n not 2^-1 2018-05-15 19:14:18 -07:00
gcs.go gcs: fix stray import 2018-05-22 17:48:27 -07:00
gcs_test.go Serialize filter with N as a VarInt instead of fixed-size. 2018-05-15 19:14:18 -07:00
gcsbench_test.go gcs/builder: update regular filter to exclude txid 2018-07-06 17:32:55 -05:00
README.md README.md fixes 2018-05-15 19:14:18 -07:00
uint64slice.go gcs: add some line spacing, wrap comments to 80 characters 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.