Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commitment ¶
type Proof ¶
type Proof struct { *Commitment // Z1 = α + ex Z1 *saferith.Int // Z2 = y + em Z2 *saferith.Int // W = ρᵉ•r mod N₀ W *saferith.Nat // contains filtered or unexported fields }
type Public ¶
type Public struct { // C = Enc₀(?;?) C *paillier.Ciphertext // D = (x ⨀ C) ⨁ Enc₀(y;ρ) D *paillier.Ciphertext // X = gˣ X curve.Point // Verifier = N₀ Verifier *paillier.PublicKey Aux *pedersen.Parameters }
Click to show internal directories.
Click to hide internal directories.