Skip to main content
Loads an existing encrypted index and returns an instance of EncryptedIndex.

Parameters

Returns

std::unique_ptr<cyborg::EncryptedIndex>: A pointer to the loaded index (EncryptedIndex).

Exceptions

  • Throws if the index name does not exist.
  • Throws if the index could not be loaded or decrypted.

Example Usage