Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/learning-lit/threshold-cryptography.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,7 @@ Lit Protocol supports a wide range of elliptic curves and signing schemes, all s
- Ethereum (Consensus Layer / Beacon Chain) - `CurveType::BLS`, `SigningScheme::Bls12381`
- Filecoin (FIL) - `CurveType::BLS`, `SigningScheme::Bls12381`
- Chia (XCH) - `CurveType::BLS`, `SigningScheme::Bls12381`
- Dfinity (ICP) - `CurveType::BLS`, `SigningScheme::Bls12381`
- Dfinity (ICP) - `CurveType::BLS`, `SigningScheme::Bls12381`

## Key Derivation
Key derivation is done additively and uses all 10 root keys per curve to derive child keys, based on [Groth and Shoup 2022](https://eprint.iacr.org/2021/1330.pdf).
Loading