Module compound_indexer

Module compound_indexer 

Re-exports§

pub use accumulator::Accumulator;
pub use composable_plaintext::ComposablePlaintext;
pub use exact_index::ExactIndex;
pub use prefix_indexer::PrefixIndex;

Modules§

accumulator
composable_plaintext
const_args
Types used to represent constant arrays with varying lengths that allow easy access to the head and tail.
exact_index
prefix_indexer

Structs§

CompoundIndex
CompoundIndexOfTwo

Traits§

ComposableIndex
Trait to represent any index that can be composed with other indexes in a Structured Encryption scheme.