Versions in this module Expand all Collapse all v0 v0.1.7 Oct 27, 2023 Changes in this version + const Iterations + type Proof struct + Alpha [Iterations]*big.Int + T [Iterations]*big.Int + func NewProof(h1, h2, x, p, q, N *big.Int) *Proof + func UnmarshalProof(bzs [][]byte) (*Proof, error) + func (p *Proof) Marshal() ([][]byte, error) + func (p *Proof) Verify(h1, h2, N *big.Int) bool