Module compound_indexer
Re-exports§
pub use self::accumulator::Accumulator;pub use self::composable_plaintext::ComposablePlaintext;pub use self::exact_index::ExactIndex;pub use self::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.