rose-squared-sdk 0.1.0

Privacy-preserving encrypted search SDK implementing the SWiSSSE protocol with forward/backward security and volume-hiding, compilable to WebAssembly
Documentation
1
2
3
4
//! Protocol implementations for RO(SE)².

pub mod search;
pub mod swissse;