Skip to content

Conversation

@glitch003
Copy link
Collaborator

add more crypto docs

Copilot AI review requested due to automatic review settings November 8, 2025 04:59
@glitch003 glitch003 requested a review from Ansonhkg as a code owner November 8, 2025 04:59
Copy link
Contributor

Copilot AI left a 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 adds comprehensive documentation on threshold cryptography support in Lit Protocol, detailing the various elliptic curves and signing schemes available.

  • Introduces a new documentation page explaining Lit Protocol's threshold cryptography capabilities
  • Documents nine supported elliptic curves with their corresponding algorithms, Rust crates, enum types, and example blockchain implementations
  • Provides technical notes on the TSS implementations used (ECDSA, Schnorr, BLS)

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
docs/learning-lit/threshold-cryptography.mdx New documentation page detailing supported elliptic curves, signing schemes, and threshold signature implementations
docs/docs.json Adds the new threshold-cryptography page to the learning-lit section navigation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

| RedDecaf377 | Schnorr (FROST) | [`decaf377`](https://crates.io/crates/decaf377) | `CurveType::RedDecaf377`; `SigningScheme::SchnorrRedDecaf377Blake2b512` | Penumbra (RedDSA) |
| BLS12-381 (G1/G2) | BLS (Basic, MsgAug, PoP) | [`blstrs-plus`](https://crates.io/crates/blstrs-plus), `blsful` | `CurveType::{BLS,BLS12381G1}`; `SigningScheme::{Bls12381,Bls12381G1ProofOfPossession}` | Ethereum consensus, Filecoin |

Notes
Copy link

Copilot AI Nov 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "Notes" section should be formatted as a proper markdown heading for consistency with the document structure. Consider changing to ## Notes to match the heading style used elsewhere in the document.

Suggested change
Notes
## Notes

Copilot uses AI. Check for mistakes.
@glitch003 glitch003 merged commit 92e9159 into naga Nov 8, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants