ironcore-search-helpers 0.1.0

Search helpers for working with encrypted values, particularly on the IronCore platform.
Documentation

Search Helpers

Rust

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.

Publishing

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.