Expand description
Definition and implementation of the Bulletproofs++ weight norm linear argument protocol.
Structsยง
- Proof
- Represents weight norm linear argument proof - zk-proof of knowledge of vectors
l,nthat satisfies commitmentC = v*g + <h_vec, l> + <g_vec, n>, wherev = |n|_{mu}^2 + <c, l>with respect to publicg,g_vec,h_vec,c - Serializable
Proof - Represent serializable version of weight norm linear argument proof (uses AffinePoint instead of ProjectivePoint).
- Weight
Norm Linear Argument - Represents public information to be used in weight norm linear argument protocol.