12 Commits
Author SHA1 Message Date
Hanzo AI 1b910c381f docs(workshop): point at luxfhe/torus (backend org) instead of luxfi/torus
All FHE backend infrastructure (Torus compiler, ML SDK, TFHE runtime,
KMS, FHEVM) lives under the luxfhe org. luxfi/* repos are reserved for
the Lux-blockchain integrated surfaces (precompiles, coprocessor, core
FHE Go library).
2026-05-29 14:18:22 -07:00
Hanzo AI 5118282483 docs(workshop): drop Zama-derived workshop tooling
Removes:
  docs/workshop/fhevmjs/      (Zama JS package name; reencrypt + ABI demo)
  docs/workshop/pyfhevm/      (Python wrapper around fhevm-tfhe-cli)

Both directories shelled out to upstream tooling that isn't part of
the Lux stack — fhevmjs (Zama's JS SDK) and fhevm-tfhe-cli (Zama's
CLI for TFHE-rs). The clients were also broken on a clean checkout
since neither tool ships with this repo.

Workshop Solidity examples are unchanged (erc20.sol +
eip712-reencrypt.sol — these are stable references). README is
replaced with a placeholder pointing at the Torus compiler /
Lux FHE Coprocessor as the canonical client path; we will re-add
the workshop client when Torus ships.

Naming map followed for replacement copy:
  Lux FHE          — umbrella product
  Lux FHEVM        — canonical EVM product
  Lux FHE Precompiles, Coprocessor, GPU
  Torus            — compiler / framework brand
2026-05-29 13:53:17 -07:00
Lux PatentsandHanzo AI 9d5cac50c5 remove detailed patent-claims docs (relocated to lux-private/patents)
Detailed invention disclosures are sensitive pre-filing material. Moved to
lux-private/patents to preserve international filing rights (EU/JP/KR/CN
absolute-novelty rule). Cross-ref: github.com/lux-private/patents/bundles/
2026-05-19 11:30:28 -07:00
Hanzo AI 5085ca723e patent-claims: novelty triage drafts (attorney-prep, not filed) 2026-05-19 11:30:28 -07:00
Zach Kelling dbcce73c7e Fix remaining Concrete → Torus references 2026-01-26 18:40:19 -08:00
Zach Kelling 0d5006ac29 Complete concrete → torus rename across all files 2026-01-26 18:39:19 -08:00
Zach Kelling 113f06f946 Clean up legacy references in documentation
- Update docs to use Lux FHE terminology
- Clean test suite documentation
- Update ML extension references
2026-01-26 17:57:15 -08:00
Zach Kelling 78ac6fd6f1 Remove legacy PDFs, link to external archives 2026-01-25 14:19:24 -08:00
Zach Kelling e7d662e158 Complete Lux FHE rebrand 2026-01-25 13:58:30 -08:00
Zach Kelling a4ab9dd4a9 Clean up: Move Go FHE implementation to lux/fhe
- Remove old Go FHE code (now in lux/fhe)
- Remove old Zama compatibility layers
- Update CI for TypeScript/JS SDK only
- This repo is now purely the @luxfhe npm package ecosystem
2026-01-02 10:53:28 -08:00
Zach Kelling 46e4f1d319 refactor: rename module from tfhe to fhe
- Rename module path github.com/luxfi/tfhe => github.com/luxfi/fhe
- Rename tfhe.go => fhe.go, tfhe_test.go => fhe_test.go
- Update all internal references from tfhe to fhe
- Update SDK bindings and documentation
2025-12-29 10:59:13 -08:00
Zach Kelling c68dea0a9f Initial commit
BSD-3-Clause-Research License: Pure Go TFHE implementation with
patent-pending innovations including deterministic FHE for blockchain
consensus, transaction-batch amortized bootstrapping, and parallel
bootstrapping with work-stealing scheduler.
2025-12-28 18:04:25 -08:00