Versions in this module Expand all Collapse all v1 v1.3.4 Oct 25, 2021 Changes in this version + const HashLength + const MaxPartSize + const PartsCap + func NewBuilder() *builder + func ParseSecrets(secrets []*big.Int) ([][]*big.Int, error) + type HashCommitDecommit struct + C HashCommitment + D HashDeCommitment + func NewHashCommitment(secrets ...*big.Int) *HashCommitDecommit + func NewHashCommitmentWithRandomness(r *big.Int, secrets ...*big.Int) *HashCommitDecommit + func (cmt *HashCommitDecommit) DeCommit() (bool, HashDeCommitment) + func (cmt *HashCommitDecommit) Verify() bool + type HashCommitment = *big.Int + type HashDeCommitment = []*big.Int + func NewHashDeCommitmentFromBytes(marshalled [][]byte) HashDeCommitment