Skip to content

Commit

Permalink
Update Exposed-Encrypted-Variables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toml01 authored Nov 6, 2024
1 parent 7d512c6 commit 3c27238
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,20 @@ Below is the output of the task when analyzing the above `ContractWithExposedVar
<pre>
<b>fhenix-hardhat-plugin:CheckExposedEncryptedVars</b> checking for exposed encrypted variables....

<b style="color:orangered">contracts/ContractWithExposedVariables.sol:ContractWithExposedVariables</b>
<b style={{color:"orangered"}}>contracts/ContractWithExposedVariables.sol:ContractWithExposedVariables</b>

<b>eUserBalances(address)</b> exposes 1 encrypted variables:
pos-0 - <b style="color:orangered">euint8</b>
pos-0 - <b style={{color:"orangered"}}>euint8</b>

<b>getUserBalance(address)</b> exposes 1 encrypted variables:
pos-0 - <b style="color:orangered">euint8</b>
pos-0 - <b style={{color:"orangered"}}>euint8</b>

<b>getGameState()</b> exposes 1 encrypted variables:
pos-0 - struct ContractWithExposedVariables.HoldEmGameState
players - struct ContractWithExposedVariables.Player[]
eCards - <b style="color:orangered">euint8[]</b>
eCards - <b style={{color:"orangered"}}>euint8[]</b>
dealer - struct ContractWithExposedVariables.Dealer
eFlopCards - <b style="color:orangered">euint8[]</b>
eFlopCards - <b style={{color:"orangered"}}>euint8[]</b>
</pre>

#### Manual Task Execution
Expand Down

0 comments on commit 3c27238

Please sign in to comment.