1 unstable release
new 0.1.0 | Oct 30, 2024 |
---|
#1632 in Database interfaces
47KB
1K
SLoC
CLLW ORE
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.
Dependencies
~11MB
~234K SLoC