dcrd/gcs
Dave Collins 8354a310bc
main: Consume latest module minors and patches.
This updates the main module to use the latest available minor and patch
versions of all modules and reverts the recent change that incorrectly
removed all of the blake256 references from the various go.sum files.

The following required direct dependencies are bumped as follows:

- github.com/decred/dcrd/blockchain/stake@v1.2.1
- github.com/decred/dcrd/blockchain/stake/v2@v2.0.1
- github.com/decred/dcrd/certgen@v1.1.0
- github.com/decred/dcrd/chaincfg@v1.5.2
- github.com/decred/dcrd/chaincfg/chainhash@v1.0.2
- github.com/decred/dcrd/chaincfg/v2@v2.2.0
- github.com/decred/dcrd/dcrutil/v2@v2.0.0
- github.com/decred/dcrd/gcs@v1.1.0
- github.com/decred/dcrd/hdkeychain/v2@v2.0.1
- github.com/decred/dcrd/txscript/v2@v2.0.0
- github.com/decred/dcrwallet/rpc/jsonrpc/types@v1.2.0
2019-08-08 10:05:35 -05:00
..
blockcf gcs: Prepare v1.1.0. 2019-07-29 13:09:50 -05:00
bits.go multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
doc.go multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
gcs_test.go multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
gcs.go multi: Use crypto/blake256. 2019-08-07 18:54:55 -05:00
gcsbench_test.go multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
go.mod multi: Use crypto/blake256. 2019-08-07 18:54:55 -05:00
go.sum main: Consume latest module minors and patches. 2019-08-08 10:05:35 -05:00
README.md multi: Use https links where available. 2019-06-18 14:20:06 -05:00

gcs

GoDoc

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.