tor  master
Data Fields
digestset_t Struct Reference

#include <container.h>

Data Fields

int mask
 
bitarray_t * ba
 

Detailed Description

A set of digests, implemented as a Bloom filter.

Field Documentation

◆ ba

bitarray_t* ba

A bit array to implement the Bloom filter.

◆ mask

int mask

One less than the number of bits in ba; always one less than a power of two.


The documentation for this struct was generated from the following file: