Releases: jesedv/blindroute
Releases · jesedv/blindroute
Release list
BlindRoute v0.2.0 — First Public Release
BlindRoute v0.2.0 — First Public Release
Zero-Trust FHE API Middleware. Compute on encrypted data without ever decrypting it.
What's included
- CKKS scheme — Full encode/decode, encrypt/decrypt, homomorphic add/multiply, gadget relinearization, rescaling chain, negate
- BFV scheme — Integer encode/decode, encrypt/decrypt, homomorphic add
- Circuit DSL —
circuit!proc macro for declarative arithmetic circuits - ML approximations — sigmoid_approx_3, sigmoid_approx_5, relu_approx_square, linear_combination
- Server SDK — axum HTTP gateway
- Client SDK — Native Rust client
- WASM demo — 102KB browser bundle with CKKS + BFV interactive calculator
- GPU acceleration — wgpu NTT compute shaders (Vulkan, Metal, DX12, WebGPU)
Live Demo
→ https://blindroute.jesed.dev
Quick Install
curl -fsSL https://blindroute.jesed.dev/install.sh | sh