# 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

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.