Versions in this module Expand all Collapse all v0 v0.1.0 Jun 17, 2026 Changes in this version + const OpSigma1 + const OpSigma2 + const OpSigma3 + type Established struct + I2R []byte + LocalNodeID uint64 + LocalSessionID uint16 + PeerNodeID uint64 + PeerSessionID uint16 + R2I []byte + type Fabric struct + CompressedFabricID []byte + FabricID uint64 + ICAC []byte + IPKEpochKey []byte + NOC []byte + NodeID uint64 + OpKey *ecdsa.PrivateKey + RootPubKey []byte + type Responder struct + func New(log *logger.Logger, fab *Fabric) *Responder + func (r *Responder) Handle(in *message.Inbound) []message.Outbound + func (r *Responder) TakeEstablished() (*Established, bool)