Crates.io | cllw-ore |
lib.rs | cllw-ore |
version | 0.1.0 |
source | src |
created_at | 2024-10-30 10:16:38.852288 |
updated_at | 2024-10-30 10:16:38.852288 |
description | Fast, efficient Order-Revealing Encryption using CLLW scheme |
homepage | https://cipherstash.com |
repository | https://github.com/cipherstash/cipherstash |
max_upload_size | |
id | 1428301 |
size | 56,409 |
Website | Docs | Discussions
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.
CLLW ORE is brought to you by the team at CipherStash.