9 lines
242 B
Go
9 lines
242 B
Go
// Copyright (c) 2018 The Decred developers
|
|
// Use of this source code is governed by an ISC
|
|
// license that can be found in the LICENSE file.
|
|
|
|
/*
|
|
Package bloom provides an API for dealing with decred-specific bloom filters.
|
|
*/
|
|
package bloom
|