cllw-ore

Crates.iocllw-ore
lib.rscllw-ore
version0.1.0
sourcesrc
created_at2024-10-30 10:16:38.852288
updated_at2024-10-30 10:16:38.852288
descriptionFast, efficient Order-Revealing Encryption using CLLW scheme
homepagehttps://cipherstash.com
repositoryhttps://github.com/cipherstash/cipherstash
max_upload_size
id1428301
size56,409
Dan Draper (coderdan)

documentation

https://docs.rs/cllw-ore

README

CLLW ORE

Crates.io Version docs.rs Built by CipherStash

Website | Docs | Discussions

Fast, efficient Order-Revealing Encryption

This crate implements the Order Revealing Encryption scheme developed by Chenette, Lewi, Weis and Wu at Stanford in 2015 (hence "CLLW").

It is faster and more space efficient than the "Block" ORE scheme developed by Lewi and Wu a year later however has weaker security properties.

At CipherStash, we use this crate for encrypting terms in our encrypted JSON indexer but for everything else we use the Block scheme. See ore.rs for more information.

CipherStash

CLLW ORE is brought to you by the team at CipherStash.

Commit count: 0

cargo fmt