# Functions

FromB64 returns a LogID from parsing the supplied base64-encoded Log ID.
FromB64OrDie returns a LogID from parsing supplied base64-encoded data that we assert is already well-formed, so it 'cannot fail'.
FromBytes returns a LogID copied from the supplied byte slice.
FromPubKeyB64 takes a base64 encoded DER public key, and converts it into a LogID, as defined in RFC6962 - i.e.
FromPubKeyB64OrDie takes a base64 encoded DER public key, and converts it into a LogID, as defined in RFC6962 - i.e.

# Type aliases

LogID is a unique identifier for a CT Log derived from its public key as described by RFC6962 sect.