Skip to content

Commit

Permalink
Update FHE-sol.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
eshelB authored Jan 15, 2025
1 parent 6874c01 commit ffb282a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ The currently supported types are `inEuint8`, `inEuint16`, `inEuint32`, `inEuint

### `asEuint` - Convert to Encrypted Unsigned Integer
- **Purpose**: Converts a plaintext number, encrypted variable or an `inEuint` encrypted input into an `euint` type.
### `asEbool` - Convert to Encrypted Unsigned Integer
### `asEbool` - Convert to Encrypted Unsigned Boolean
- **Purpose**: Converts a plaintext number, encrypted variable or an `inEbool` encrypted input into an `ebool` type.
### `asEaddress` - Convert to Encrypted Unsigned Integer
### `asEaddress` - Convert to Encrypted Address
- **Purpose**: Converts a plaintext number, encrypted variable or an `inEaddress` encrypted input into an `eaddress` type.

### `decrypt` - Decrypt Encrypted Data
Expand Down

0 comments on commit ffb282a

Please sign in to comment.