Versions in this module Expand all Collapse all v0 v0.0.1 Aug 16, 2023 Changes in this version + type Node struct + Chains []chain.Chain + func NewRootNode(pubKey crypto.PubKey) Node + func (n Node) AddChain(c chain.Chain) (rn Node) + func (n Node) CommonChain(their Node) chain.Chain + func (n Node) CommonChains(their Node) []chain.Pair + func (n Node) Invite(inviteesNode Node, invitersKey crypto.Key, inviteesPubKey crypto.PubKey, ...) (rn Node) + func (n Node) IsInviterFor(their Node) bool + func (n Node) Len() int + func (n Node) OneHop(their Node) bool + func (n Node) WebOfTrustInfo(their Node) WebOfTrust + type WebOfTrust struct + CommonInvider int + Hops int + Position int + func NewWebOfTrust(n1, n2 Node) WebOfTrust