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).
This commit is contained in:
Hanzo AI
2026-05-29 14:18:22 -07:00
parent 5118282483
commit 1b910c381f
+1 -1
View File
@@ -12,7 +12,7 @@ Building an encrypted ERC-20 token end to end:
- Solidity contract using Lux FHE precompiles via `FHE.sol` - Solidity contract using Lux FHE precompiles via `FHE.sol`
- Off-chain compilation of the encrypted client with the Torus - 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` - Reencrypt-for-user EIP-712 flow using `eip712-reencrypt.sol`
- Submission through the Lux FHE Coprocessor - Submission through the Lux FHE Coprocessor
(`github.com/luxfi/fhe-coprocessor`) (`github.com/luxfi/fhe-coprocessor`)