mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00

* [DEV-97] Moved github.com/daglabs/btcutil into github.com/daglabs/btcd/btcutil. * [DEV-97] Updated Gopkg.toml to no longer refer to btcutil. * [DEV-97] Renamed btcutil to util.
25 lines
790 B
Markdown
25 lines
790 B
Markdown
gcs
|
|
==========
|
|
|
|
[]
|
|
(https://travis-ci.org/btcsuite/btcutil) [![ISC License]
|
|
(http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
|
|
[]
|
|
(http://godoc.org/github.com/daglabs/btcutil/gcs)
|
|
|
|
Package gcs provides an API for building and using a Golomb-coded set filter
|
|
similar to that described [here](http://giovanni.bajo.it/post/47119962313/golomb-coded-sets-smaller-than-bloom-filters).
|
|
|
|
A comprehensive suite of tests is provided to ensure proper functionality.
|
|
|
|
## Installation and Updating
|
|
|
|
```bash
|
|
$ go get -u github.com/daglabs/btcutil/gcs
|
|
```
|
|
|
|
## License
|
|
|
|
Package gcs is licensed under the [copyfree](http://copyfree.org) ISC
|
|
License.
|