Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoordinatorConfig ¶
type CoordinatorConfig struct { PublicKey ed25519.PublicKey PrivateKey ed25519.PrivateKey ListenAddr string RoundDelay time.Duration }
func NewCoordinatorConfig ¶
func NewCoordinatorConfig() *CoordinatorConfig
func (*CoordinatorConfig) TOML ¶
func (c *CoordinatorConfig) TOML() []byte
type MixerConfig ¶
type MixerConfig struct { PublicKey ed25519.PublicKey PrivateKey ed25519.PrivateKey ListenAddr string DebugAddr string Noise rand.Laplace }
func NewMixerConfig ¶
func NewMixerConfig() *MixerConfig
func (*MixerConfig) TOML ¶
func (c *MixerConfig) TOML() []byte
Click to show internal directories.
Click to hide internal directories.