Versions in this module Expand all Collapse all v0 v0.16.0 Jan 31, 2025 v0.15.0 Jan 21, 2025 Changes in this version + func BeaconContributions(hash, dst, beaconChallenge []byte, n int) []fr.Element + func SameRatioMany(slices ...any) error + func UpdateMonomialsG1(A []curve.G1Affine, r *fr.Element) + func UpdateMonomialsG2(A []curve.G1Affine, r *fr.Element) + type UpdateProof struct + func UpdateValues(contributionValue *fr.Element, challenge []byte, dst byte, ...) UpdateProof + func (x *UpdateProof) ReadFrom(reader io.Reader) (n int64, err error) + func (x *UpdateProof) Verify(challenge []byte, dst byte, representations ...ValueUpdate) error + func (x *UpdateProof) WriteTo(writer io.Writer) (n int64, err error) + type ValueUpdate struct + Next any + Previous any