pd_cipher::lookup::table
Lookup table data structures and metadata. Data structures for adaptive token truncation lookup tables.
This module defines the structures used to store and manage the lookup tables created during the adaptive truncation process, including metadata about the truncation analysis.
Structs
LookupTableMetadata
Metadata about the lookup table creation process.
This structure captures statistics and configuration information from the adaptive truncation analysis, useful for debugging, optimization, and understanding the encryption characteristics.
pub struct LookupTableMetadata
LookupTable
A lookup table containing mappings for adaptive token truncation.
This structure is created during Pass 1 of the encryption process and contains all the information needed for both Pass 2 (token generation) and decryption operations.
pub struct LookupTable