Versions in this module Expand all Collapse all v0 v0.1.7 Oct 27, 2023 Changes in this version + const ProofFacBytesParts + type ProofFac struct + A *big.Int + B *big.Int + P *big.Int + Q *big.Int + Sigma *big.Int + T *big.Int + V *big.Int + W1 *big.Int + W2 *big.Int + Z1 *big.Int + Z2 *big.Int + func NewProof(ec elliptic.Curve, N0, NCap, s, t, N0p, N0q *big.Int) (*ProofFac, error) + func NewProofFromBytes(bzs [][]byte) (*ProofFac, error) + func (pf *ProofFac) Bytes() [ProofFacBytesParts][]byte + func (pf *ProofFac) ValidateBasic() bool + func (pf *ProofFac) Verify(ec elliptic.Curve, N0, NCap, s, t *big.Int) bool