Crates.io | cosmian_findex |
lib.rs | cosmian_findex |
version | 8.0.0 |
created_at | 2022-09-28 06:55:55.110618+00 |
updated_at | 2025-08-06 15:43:05.851291+00 |
description | Symmetric Searchable Encryption |
homepage | |
repository | https://github.com/Cosmian/findex/ |
max_upload_size | |
id | 675472 |
size | 154,224 |
This crate provides the core functionality of Findex, defining the abstract data types, cryptographic operations, and encoding algorithms.
Add cosmian_findex
as dependency to your project :
[dependencies]
cosmian_findex = "8.0.0"
An usage example is available in the examples folder.