secp256kfun icon indicating copy to clipboard operation
secp256kfun copied to clipboard

`FrostKey::mul_tweak`

Open irriden opened this issue 7 months ago • 6 comments

If we ask signers to return s!(r1 + (r2 * b) + lambda * x * c * mul_tweak) in Frost::sign, we can get a signature that is valid for the public key s * mul_tweak * G.

Any multiplicative tweaks would have to be applied before any additive tweaks.

Let me know if you would merge a PR that implements this, thank you!

irriden avatar Jul 22 '24 15:07 irriden