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§
- Types used to represent constant arrays with varying lengths that allow easy access to the head and tail.
Structs§
Traits§
- Trait to represent any index that can be composed with other indexes in a Structured Encryption scheme.