Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 3fe07cb

Browse files
committed
feat: add all types from tfhe-rs
1 parent 922dcdf commit 3fe07cb

File tree

4 files changed

+578
-7
lines changed

4 files changed

+578
-7
lines changed

contracts/codegen/templates.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ export function generateSolidityImplLib(operators: Operator[]): string {
117117
// SPDX-License-Identifier: BSD-3-Clause-Clear
118118
pragma solidity ^0.8.24;
119119
120-
import "./TFHE.sol";
121-
122120
${generateImplCoprocessorInterface(operators)}
123121
124122
${generateACLInterface()}

0 commit comments

Comments
 (0)