Elichai Turkel f80908fb4e
[NOD-876] Replace ecc with go-secp256k1 for public keys (#670)
* Replace ecc with go-secp256k1 in txscript

* Replace ecc with go-secp256k1 in util and cmd

* Replace ecc.Multiset with secp256k1.MultiSet
2020-03-26 17:03:39 +02:00
..
2020-02-24 09:19:44 +02:00

bloom

ISC License GoDoc

Package bloom provides an API for dealing with kaspa-specific bloom filters.

Examples

  • NewFilter Example Demonstrates how to create a new bloom filter, add a transaction hash to it, and check if the filter matches the transaction.