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
7
8
9
10
11
{
  "name": "rose-squared-web-example",
  "version": "0.1.0",
  "scripts": {
    "build": "wasm-pack build --target web --features wasm",
    "start": "es-dev-server --node-resolve --watch"
  },
  "devDependencies": {
    "es-dev-server": "^2.1.0"
  }
}