Crate cosmian_findex

Crate cosmian_findex 

Source

Structs§

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.

Enums§

Error
Op

Constants§

KEY_LENGTH
Using 32-byte cryptographic keys allows achieving post-quantum resistance with the AES primitive.

Traits§

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.

Functions§

generic_decode
generic_encode

Type Aliases§

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.