Back to browse
GitHub Repository

Niobium FHE Client

3 starsPython

An open-source DSL for building FHE apps without a crypto background

by barrus·Jun 18, 2026·1 point·0 comments

AI Analysis

●●SolidNiche GemBig Brain

Four entry points converging on one FHETCH IR trace format for FHE compilation.

Strengths
  • Multiple entry points (DSL, OpenFHE, direct IR, HAZE CUDA API) serve different developer workflows.
  • FHETCH Polynomial IR provides a unified intermediate representation across all paths.
  • Server-side optimization keeps the client thin and Apache 2.0 licensed.
Weaknesses
  • FHE is an extremely niche domain with limited real-world adoption so far.
  • Depends on Niobium's proprietary compilation service for optimization and deployment.
Target Audience

FHE developers, compiler authors, cryptography researchers

Similar To

OpenFHE · Microsoft SEAL · Concrete

Similar Projects

Security●●Solid

GPU-accelerated search for Bitcoin keys generated with weak entropy

This reads like a GPU engineer's field notes — one ~3,400-line CUDA file implements a full per-thread crypto pipeline (key gen → EC multiply → SHA-256 → RIPEMD-160) and a two-stage bloom+binary-search matcher to check ~3,100 targets at ~100M keys per batch. The article digs into concrete low-level choices (LUT layout, memory hierarchy, __ldg reads, atomicCAS reporting, and per-mode keygen strategies), which is rare in public writeups; downside is it's closed-source and the dual-use/ethical implications should be called out more explicitly.

WizardryNiche Gem
orkblutt
214mo ago
FinanceMid

Knox–Full Stack L1 Post-Quantum Privacy Crypto (Built with My 11yo)

Post-quantum privacy blockchain built from scratch, but Monero already does ring signatures well.

Big BrainBold Bet
KnoxProtocol
103mo ago