A Rust library for encrypted search helpers which can be used to create blind indexes.
For now this supports creating an index on strings using tri-grams. The tri-grams are hashed using a salt as well as an optional partition_id.
Due to the generic nature of what this library does, we don't publish it to crates.io. We do tag the repository to allow depending on stable versions of this repository.