This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: BSD-3-Clause-Clear | |
// solhint-disable one-contract-per-file | |
pragma solidity >=0.8.19 <0.9.0; | |
import {Strings} from "@openzeppelin/contracts/utils/Strings.sol"; | |
import {FunctionId, ITaskManager, Utils, EncryptedInput, InEbool, InEuint8, InEuint16, InEuint32, InEuint64, InEuint128, InEuint256, InEaddress} from "./ICofhe.sol"; | |
type ebool is uint256; | |
type euint8 is uint256; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: BSD-3-Clause-Clear | |
// solhint-disable one-contract-per-file | |
pragma solidity >=0.8.19 <0.9.0; | |
import {Strings} from "@openzeppelin/contracts/utils/Strings.sol"; | |
import {FunctionId, ITaskManager, Utils, EncryptedInput, InEbool, InEuint8, InEuint16, InEuint32, InEuint64, InEuint128, InEuint256, InEaddress} from "./ICofhe.sol"; | |
type ebool is uint256; | |
type euint8 is uint256; |