Versions in this module Expand all Collapse all v1 v1.7.2 Jul 4, 2026 v1.7.1 Jul 3, 2026 Changes in this version + type FChainAdapter interface + FHERoot func(ctx context.Context, epoch uint64) ([32]byte, error) + OnBootstrapHandoff func(ctx context.Context, mchainSubject [32]byte, proof types.Proof) error + OnEval func(ctx context.Context, ceremony types.Ceremony, set *types.ParticipantSet) error + OnFinalize func(ctx context.Context, ceremony types.Ceremony, proof types.Proof) error + Registry func() *cert.LaneRegistry + Selector func() types.Selector + type MChainAdapter interface + CeremonyRoot func(ctx context.Context, epoch uint64) ([32]byte, error) + OnDKG func(ctx context.Context, ceremony types.Ceremony, set *types.ParticipantSet) error + OnFinalize func(ctx context.Context, ceremony types.Ceremony, proof types.Proof) error + OnReshare func(ctx context.Context, ceremony types.Ceremony, ...) error + OnSign func(ctx context.Context, ceremony types.Ceremony, set *types.ParticipantSet) error + Registry func() *cert.LaneRegistry + Selector func() types.Selector