Improve Threshold Encryption documentation#257
Open
PropzSaladaz wants to merge 14 commits intodevelopfrom
Open
Improve Threshold Encryption documentation#257PropzSaladaz wants to merge 14 commits intodevelopfrom
PropzSaladaz wants to merge 14 commits intodevelopfrom
Conversation
kladkogex
previously approved these changes
Jul 29, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR improves the threshold encryption documentation by adding comprehensive flow diagrams and detailed explanations of the encryption process. The changes introduce structured documentation covering both theoretical concepts and practical usage.
Key changes:
- Added visual flow diagrams for threshold encryption processes
- Created detailed documentation explaining encryption, decryption, and key rotation scenarios
- Organized documentation into concepts and usage sections with proper navigation
Reviewed Changes
Copilot reviewed 6 out of 15 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/index.md | Main documentation entry point with navigation structure |
| docs/usage/usage-index.md | Index for practical usage examples and guides |
| docs/concepts/concepts-index.md | Index for theoretical concepts and architecture |
| docs/concepts/threshold-encryption/1-threshold-encryption.md | Core threshold encryption concepts and basic encryption process |
| docs/concepts/threshold-encryption/2-te-full-flow.md | Complete encryption flow with single and dual key scenarios |
| docs/concepts/threshold-encryption/3-full-client-flow.md | End-to-end client encryption and decryption workflow |
…om:skalenetwork/libBLS into documentation/256-improve-te-documentation
kladkogex
previously approved these changes
Sep 2, 2025
kladkogex
approved these changes
Oct 23, 2025
kladkogex
approved these changes
Nov 3, 2025
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.
Description
CIphertextandCipheredKeyare representedFixes #256