cosmian_findex

Crates.iocosmian_findex
lib.rscosmian_findex
version8.0.0
created_at2022-09-28 06:55:55.110618+00
updated_at2025-08-06 15:43:05.851291+00
descriptionSymmetric Searchable Encryption
homepage
repositoryhttps://github.com/Cosmian/findex/
max_upload_size
id675472
size154,224
(Manuthor)

documentation

README

Findex

This crate provides the core functionality of Findex, defining the abstract data types, cryptographic operations, and encoding algorithms.

Setup

Add cosmian_findex as dependency to your project :

[dependencies]
cosmian_findex = "8.0.0"

An usage example is available in the examples folder.

Commit count: 498

cargo fmt