siv2r's Avatar

siv2r

@siv2r

libsecp256k1 dev supported by @spiralbtc | Prev: Maths @IITKgp, Intern @summerofbitcoin

4
Followers
4
Following
3
Posts
18.01.2025
Joined
Posts Following

Latest posts by siv2r @siv2r

This property is not observed in MuSig2โ€™s key generation, as it uses additive secret sharing and randomization.

18.01.2025 08:37 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

ChillDKG uses this property to commit its threshold public key to an unspendable script path, making it Taproot-safe.

18.01.2025 08:37 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Proof by Lagrange interpolation

Proof by Lagrange interpolation

While reviewing the ChillDKG BIP, I noticed a neat property: In a t-of-n Shamir sharing scheme, where combining shares s1, s2, and s3 gives a secret c. If you offset these shares by adding a constant k (i.e., s1 + k, s2 + k, s3 + k), the result will be an offset secret c + k.

18.01.2025 08:37 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0