Skip to content

Commit

Permalink
improved tip
Browse files Browse the repository at this point in the history
  • Loading branch information
eshelB committed Oct 7, 2024
1 parent 0b7a0bc commit 3672a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/devdocs/Writing Smart Contracts/Types-and-Operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The `ebool` type is not a real boolean type. It is implemented as a `euint8`


:::tip
A documented documentation of each and every function in FHE.sol (including inputs and outputs) can be found in [FHE.sol](../Solidity%20API/FHE.md)
A documentation of every function in FHE.sol (including inputs and outputs) can be found in [FHE.sol](../Solidity%20API/FHE.md)
:::

All operations supported by FHE.sol are listed in the table below. For performance reasons, not all operations are supported for all types.
Expand Down Expand Up @@ -142,4 +142,4 @@ Using require and decrypt in a TX is dangerous as it can break the confidentiali

:::tip
Division and Remainder by `0` will output with an encrypted representation of the maximal value of the uint that is used (Ex. encrypted 255 for euint8)
:::
:::

0 comments on commit 3672a35

Please sign in to comment.