Encrypted Index
Get Items
Retrieves and decrypts items associated with the specified IDs.
Parameters
Parameter | Type | Description |
---|---|---|
ids | std::vector<uint64_t> | IDs to retrieve. (For a single item, provide a std::vector with one element.) |
Returns
std::vector<std::vector<uint8_t>>
: A vector of decrypted items, each represented as a vector of bytes.
Exceptions
Example Usage
Was this page helpful?