Crate cosmian_findex Copy item path Source Findex MemoryEncryptionLayer The encryption layers is built on top of an encrypted memory implementing
the MemoryADT and exposes a plaintext virtual memory interface
implementing the MemoryADT. Error Op KEY_LENGTH Using 32-byte cryptographic keys allows achieving post-quantum resistance
with the AES primitive. IndexADT An index stores values , that associate a keyword with a value. All values
bound to the same keyword are said to be indexed under this keyword. generic_decode generic_encode Decoder The decoder is used to deserialize a sequence of memory words into a set of
values. Encoder The encoder is used to serialize an operation, along with the set of values
it operates on, into a sequence of memory words.