Add Require page and rename Conditions page#6
Open
alexandrecarvalheira wants to merge 3 commits intomasterfrom
Open
Add Require page and rename Conditions page#6alexandrecarvalheira wants to merge 3 commits intomasterfrom
alexandrecarvalheira wants to merge 3 commits intomasterfrom
Conversation
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renamed the "Conditions" page to "Conditions (if .. else)" for better clarity and created a new "Require" page explaining why require statements face the same challenges as conditionals with encrypted data in FHE. The new Require page links to the Conditions page for detailed guidance on using FHE.select instead.
Files Changed
fhe-library/core-concepts/conditions.mdx- Updated title to "Conditions (if .. else)"fhe-library/core-concepts/require.mdx- Created new page explaining require statement limitations with encrypted datadocs.json- Added require page to navigation after conditions in Core Concepts section