Uh oh!
There was an error while loading. Please reload this page.
[DOCS] fhe-library: Teecryptor decrypts and signs today, not the Threshold Network - #77
Merged
Merged
Conversation
…not the Threshold Network
…er and drop the retired threshold-network link
Contributor
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
DOC-67
The FHE library pages named the Threshold Network as the component that decrypts CoFHE ciphertexts and signs decrypt results. That is wrong.
Teecryptor does that work today, inside a hardware-attested TEE. The Threshold Network is a future plan. The Deep Dive tab was already corrected in #43; this aligns the FHE library tab to the same wording.
Changes:
(result, encType, chainId, ctHash)and accepts only the registereddecryptResultSigner. The reason an attacker cannot get a signature is that Teecryptor's signing key never leaves the enclave, and Teecryptor only signs after an ACL-gated request.17 mentions across 5 files. lint-docs, vale, and check-versions are clean on every file touched.