Skip to content

addBlindings()

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / 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.

`0x${string}`

First blinding factor

`0x${string}`

Second blinding factor

`0x${string}`

Sum of blindings (mod curve order)