Type Alias reef::cap::NullifierSet
source · pub type NullifierSet = HashSet<ArbitraryNullifier>;Expand description
A set of nullifiers.
The simplest implementation of the CAP NullifierSet trait simply stores all the nullifiers that are inserted in a HashSet.
Aliased Type§
struct NullifierSet { /* private fields */ }