Skip to content

Commit 9026e56

Browse files
committed
simple link to the paper that key derivation is based on
1 parent 53741d5 commit 9026e56

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/learning-lit/threshold-cryptography.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,7 @@ Lit Protocol supports a wide range of elliptic curves and signing schemes, all s
130130
- Ethereum (Consensus Layer / Beacon Chain) - `CurveType::BLS`, `SigningScheme::Bls12381`
131131
- Filecoin (FIL) - `CurveType::BLS`, `SigningScheme::Bls12381`
132132
- Chia (XCH) - `CurveType::BLS`, `SigningScheme::Bls12381`
133-
- Dfinity (ICP) - `CurveType::BLS`, `SigningScheme::Bls12381`
133+
- Dfinity (ICP) - `CurveType::BLS`, `SigningScheme::Bls12381`
134+
135+
## Key Derivation
136+
Key derivation is done additively and uses all 10 root keys per curve to derive child keys, based on [this paper](https://eprint.iacr.org/2021/1330.pdf).

0 commit comments

Comments
 (0)