Documentation
¶
Overview ¶
Package client implements the Katzenpost non-voting authority client.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // LogBackend is the `core/log` Backend instance to use for logging. LogBackend *log.Backend // Address is the authority's address to connect to for posting and // fetching documents. Address string // PublicKey is the authority's public key to use when validating documents. PublicKey *eddsa.PublicKey // DialContextFn is the optional alternative Dialer.DialContext function // to be used when creating outgoing network connections. DialContextFn func(ctx context.Context, network, address string) (net.Conn, error) }
Config is a nonvoting authority pki.Client instance.
Click to show internal directories.
Click to hide internal directories.