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§
Traits§
- Composable
Index - Trait to represent any index that can be composed with other indexes in a Structured Encryption scheme.