I only see functions to perform checks on a bloom filter, but no functions to create one and add elements to it. Not sure how I'd be able to use the library without a bloom filter in the first place.
Does solidity or web3 provide bloom filter primitives?