mirror of
https://github.com/luxfi/fhe.git
synced 2026-07-26 23:16:08 +00:00
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:
@@ -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`)
|
||||||
|
|||||||
Reference in New Issue
Block a user