Affected by GO-2022-0779
and 2 other vulnerabilities
GO-2022-0873: Control character injection in console output in github.com/ipfs/go-ipfs
GO-2024-2779: Access Restriction Bypass in go-ipfs in github.com/ipfs/go-ipfs
package
Version:
v0.4.11-pre
Opens a new window with list of versions in this module.
Published: Aug 7, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package bloom implements a simple bloom filter.
A Filter represents a bloom filter.
BasicFilter calls NewFilter with a bloom filter size of
2048 bytes.
NewFilter creates a new bloom Filter with the given
size. k (the number of hash functions), is hardcoded to 3.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.