Skip to content

Releases: jesedv/blindroute

BlindRoute v0.2.0 — First Public Release

Choose a tag to compare

@jesedv jesedv released this 08 Aug 09:04

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 DSLcircuit! 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

Test Results • 43 pass

License • MIT