From e76de58782ec0758e755a94d762278f3e93b7c70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:38:15 +0000 Subject: [PATCH] deploy: a40355ccc5ea96ea4322a15c163394065449450f --- 404.html | 2 +- ...734c6.dd3d3bd7.js => 4f7734c6.887c039b.js} | 2 +- assets/js/6aab3ca4.7a61ab91.js | 1 - assets/js/6aab3ca4.d794b6f2.js | 1 + ...n.474bba1a.js => runtime~main.4689e569.js} | 2 +- docs/category/details.html | 2 +- docs/category/fhe-contracts.html | 2 +- docs/category/fhenix-helium-testnet.html | 2 +- docs/category/fhenixjs.html | 2 +- docs/category/shielded-erc20-token.html | 2 +- docs/category/tutorials.html | 2 +- .../Permits-Access-Control.html | 2 +- .../Encryption and Privacy/Privacy-Web3.html | 2 +- .../Examples-fheDapps.html | 2 +- .../Examples and References/Templates.html | 2 +- .../devdocs/Fhenix Testnet/Connecting-To.html | 2 +- .../Fhenix Testnet/Details/Architecture.html | 2 +- .../Fhenix Testnet/Details/Changelog.html | 2 +- .../Details/Fhenix-Differences.html | 2 +- .../Fhenix Testnet/Details/Limitations.html | 2 +- docs/devdocs/Fhenix Testnet/FHE-Overview.html | 2 +- docs/devdocs/Fhenix Testnet/Fhenix-T-FHE.html | 2 +- docs/devdocs/Fhenix Testnet/Integration.html | 2 +- docs/devdocs/FhenixJS/Catching Errors.html | 2 +- docs/devdocs/FhenixJS/Decryption.html | 2 +- docs/devdocs/FhenixJS/Encryption.html | 2 +- docs/devdocs/FhenixJS/Fhenix-JS.html | 2 +- docs/devdocs/FhenixJS/Network Keys.html | 2 +- docs/devdocs/FhenixJS/Permits.html | 2 +- .../FhenixJS/Sending-a-Transaction.html | 2 +- .../Setting Up Your Environment/Foundry.html | 2 +- .../Setting Up Your Environment/Gitpod.html | 2 +- .../Setting Up Your Environment/Hardhat.html | 2 +- .../Setting Up Your Environment/Remix.html | 2 +- .../Setting Up Your Environment/intro.html | 2 +- .../Solidity API/Experimental/FHERC20.html | 2 +- .../Solidity API/Experimental/IFHERC20.html | 2 +- docs/devdocs/Solidity API/FHE.html | 96 +++++++++---------- docs/devdocs/Solidity API/Permissioned.html | 2 +- .../Fhenix-Encryption-UI.html | 2 +- .../Fhenix-Hardhat-Plugin.html | 2 +- .../Fhenix-Remix-Plugin.html | 2 +- .../Basic/Adding View Functions.html | 2 +- docs/devdocs/Tutorials/Basic/Deploying.html | 2 +- .../Basic/Exploring the Template.html | 2 +- docs/devdocs/Tutorials/Basic/Setting Up.html | 2 +- docs/devdocs/Tutorials/Basic/Testing.html | 2 +- .../Tutorials/Basic/Writing-The-Contract.html | 4 +- docs/devdocs/Tutorials/Basic/intro.html | 2 +- .../Tutorials/Your-First-FHE-Contract.html | 2 +- .../Converting-between-Types.html | 2 +- .../Debug-Logging.html | 2 +- .../Writing Smart Contracts/FHE-sol.html | 2 +- .../Gas-and-Benchmarks.html | 2 +- .../Writing Smart Contracts/Permissions.html | 2 +- .../Writing Smart Contracts/Requires.html | 2 +- .../Returning-Data.html | 2 +- .../Writing Smart Contracts/Select.html | 2 +- .../Types-and-Operators.html | 2 +- .../Writing Smart Contracts/Useful-Tips.html | 2 +- .../Writing Smart Contracts/User-Inputs.html | 2 +- docs/devdocs/intro.html | 2 +- getting-started.html | 2 +- index.html | 2 +- markdown-page.html | 2 +- search.html | 2 +- sitemap.xml | 2 +- 67 files changed, 114 insertions(+), 114 deletions(-) rename assets/js/{4f7734c6.dd3d3bd7.js => 4f7734c6.887c039b.js} (53%) delete mode 100644 assets/js/6aab3ca4.7a61ab91.js create mode 100644 assets/js/6aab3ca4.d794b6f2.js rename assets/js/{runtime~main.474bba1a.js => runtime~main.4689e569.js} (63%) diff --git a/404.html b/404.html index 298ebb18..775c5e36 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
Name | Type | Description |
---|---|---|
[0] | euint32 | The result of the operation |
function add(euint64 lhs, euint64 rhs) internal pure returns (euint64)
This functions performs the add operation
+This function performs the add operation
If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access
Name | Type | Description |
---|---|---|
[0] | euint64 | The result of the operation |
function add(euint128 lhs, euint128 rhs) internal pure returns (euint128)
This functions performs the add operation
+This function performs the add operation
If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access
Name | Type | Description |
---|---|---|
[0] | string | Plaintext input, sealed for the owner of publicKey |
function sealoutput(eaddress value, bytes32 publicKey) internal pure returns (string)
performs the sealoutput function on a eaddress ciphertext. This operation returns the plaintext value, sealed for the public key provided
+performs the sealoutput function on an eaddress ciphertext. This operation returns the plaintext value, sealed for the public key provided
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access
Name | Type | Description |
---|---|---|
value | eaddress | Ciphertext to decrypt and seal |
publicKey | bytes32 | Public Key that will receive the sealed plaintext |
Name | Type | Description |
---|---|---|
[0] | ebool | The result of the operation |