-
Notifications
You must be signed in to change notification settings - Fork 45
Improve Threshold Encryption documentation #257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
Description
CIphertextandCipheredKeyare representedFixes #256