Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
eshelB committed Sep 22, 2024
1 parent 5debd91 commit 4fd5225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devdocs/Writing Smart Contracts/FHE-sol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The currently supported types are `inEuint8`, `inEuint16`, `inEuint32`, `inEuint
- **Purpose**: Converts a plaintext number, encrypted variable or an `inEaddress` encrypted input into an `eaddress` type.

### `decrypt` - Decrypt Encrypted Data
- **Purpose**: Decrypts `euint`, `ebool` or `eaddress` encrypted value back to its plaintext form. If the value should only be revealed to a specific address, the `sealoutput` function should be used instead. Learn more abut sealing [here](../Returning-Data).
- **Purpose**: Decrypts `euint`, `ebool` or `eaddress` encrypted value back to its plaintext form. If the value should only be revealed to a specific address, the `sealoutput` function should be used instead. Learn more abut sealing [here](./Returning-Data.md).

### Arithmetic Operations
FHE.sol supports encrypted arithmetic operations like addition and subtraction. These operations can be performed directly on `euint` types, enabling encrypted computations.
Expand Down

0 comments on commit 4fd5225

Please sign in to comment.