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
5
6
/// Primitives for the Rose Squared protocol.
pub mod primitives;
/// Key derivation functions.
pub mod kdf;
/// Authenticated Encryption with Associated Data (AEAD) wrappers.
pub mod aead;