addBlindings()
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / addBlindings
Function: addBlindings()
Section titled “Function: addBlindings()”addBlindings(
b1,b2):`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:3631
Add blinding factors (for use with homomorphic addition)
When you add commitments, the result commits to (v1+v2) with blinding (r1+r2). Use this to compute the combined blinding.
Parameters
Section titled “Parameters”`0x${string}`
First blinding factor
`0x${string}`
Second blinding factor
Returns
Section titled “Returns”`0x${string}`
Sum of blindings (mod curve order)