Versions in this module Expand all Collapse all v0 v0.4.3 Mar 20, 2025 Changes in this version + type Config struct + Debug *Debug + GatewayNodes []*Node + Logging *Logging + Mixes []*Node + Parameters *Parameters + Server *Server + ServiceNodes []*Node + SphinxGeometry *geo.Geometry + Topology *Topology + func Load(b []byte, forceGenOnly bool) (*Config, error) + func LoadFile(f string, forceGenOnly bool) (*Config, error) + func (cfg *Config) FixupAndValidate(forceGenOnly bool) error + type Debug struct + GenerateOnly bool + Layers int + MinNodesPerLayer int + type Layer struct + Nodes []Node + type Logging struct + Disable bool + File string + Level string + type Node struct + Identifier string + IdentityPublicKeyPem string + type Parameters struct + LambdaD float64 + LambdaDMaxDelay uint64 + LambdaG float64 + LambdaGMaxDelay uint64 + LambdaL float64 + LambdaLMaxDelay uint64 + LambdaM float64 + LambdaMMaxDelay uint64 + LambdaP float64 + LambdaPMaxDelay uint64 + Mu float64 + MuMaxDelay uint64 + SendRatePerMinute uint64 + type Server struct + Addresses []string + DataDir string + Identifier string + PKISignatureScheme string + WireKEMScheme string + type Topology struct + Layers []Layer