From 1b910c381fbf6cee5a0ac3a594ab3ba68cdc63dd Mon Sep 17 00:00:00 2001 From: Hanzo AI Date: Fri, 29 May 2026 14:18:22 -0700 Subject: [PATCH] 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). --- docs/workshop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workshop/README.md b/docs/workshop/README.md index 563a051..dba0a04 100644 --- a/docs/workshop/README.md +++ b/docs/workshop/README.md @@ -12,7 +12,7 @@ Building an encrypted ERC-20 token end to end: - Solidity contract using Lux FHE precompiles via `FHE.sol` - Off-chain compilation of the encrypted client with the Torus - framework (`github.com/luxfi/torus`) + framework (`github.com/luxfhe/torus`) - Reencrypt-for-user EIP-712 flow using `eip712-reencrypt.sol` - Submission through the Lux FHE Coprocessor (`github.com/luxfi/fhe-coprocessor`)