Versions in this module Expand all Collapse all v1 v1.0.3 Nov 11, 2024 Changes in this version + type Commitment = *big.Int + type HashCommitment struct + C Commitment + Msg Witness + func NewCommitment(secrets ...*big.Int) *HashCommitment + func (cmt *HashCommitment) Open() (bool, Witness) + func (cmt *HashCommitment) Verify() bool + type Witness = []*big.Int