Skip to content

Commit 5e23a65

Browse files
authored
Merge pull request #1003 from LIT-Protocol/feature/info-on-key-derivation
key derivation methodology in docs
2 parents 53741d5 + 5888963 commit 5e23a65

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 [Groth and Shoup 2022](https://eprint.iacr.org/2021/1330.pdf).

0 commit comments

Comments
 (0)