package
0.0.0-20221102210550-8c3d3b49f2ce
Repository: https://github.com/mit-dci/lit.git
Documentation: pkg.go.dev

# Functions

LoadFilter creates a new Filter instance with the given underlying wire.MsgFilterLoad.
MurmurHash3 implements a non-cryptographic hash function using the MurmurHash3 algorithm.
NewFilter creates a new bloom filter instance, mainly to be used by SPV clients.
NewMerkleBlock returns a new *wire.MsgMerkleBlock and an array of the matched transaction index numbers based on the passed block and filter.

# Structs

Filter defines a bitcoin bloom filter that provides easy manipulation of raw filter data.