[][src]Module ironoxide::search

BlindIndexSearch - Search SDK for working with Blind Indexes.

This is a technique that allows you to hide the terms that have been indexed. This particular implementation uses tri-grams, which are salted and hashed to produce the list of tokens.

BlindIndexSearch

The BlindIndexSearch gives the ability to generate queries as well as create the search entries to store.

Structs

BlindIndexSearch
EncryptedBlindIndexSalt

Traits

BlindIndexSearchInitialize

Trait which gives the ability to create a blind index.