lnd.xprv/my/btcutil/gcs
2021-07-24 18:33:36 +03:00
..
builder Seedless restore from XPRV 2021-07-24 18:33:36 +03:00
doc.go Seedless restore from XPRV 2021-07-24 18:33:36 +03:00
gcs_test.go Seedless restore from XPRV 2021-07-24 18:33:36 +03:00
gcs.go Seedless restore from XPRV 2021-07-24 18:33:36 +03:00
gcsbench_test.go Seedless restore from XPRV 2021-07-24 18:33:36 +03:00
README.md Seedless restore from XPRV 2021-07-24 18:33:36 +03: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.