# Packages

The findlog binary attempts to provide information about a log based on ID or name.

# Functions

NewFromJSON creates a LogList from JSON encoded data.
NewFromSignedJSON creates a LogList from JSON encoded data, checking a signature along the way.

# Constants

AllLogListURL has the URL for the list of all known logs (which isn't signed).
LogListSignatureURL has the URL for the signature over Google Chrome's log list.
LogListURL has the master URL for Google Chrome's log list.

# Structs

Log describes a log.
LogList holds a collection of logs and their operators.
Operator describes a log operator.
STH describes a signed tree head from a log.

# Type aliases

LogRoots maps Log-URLs (stated at LogList) to the pools of their accepted root-certificates.