Versions in this module Expand all Collapse all v1 v1.1.1 May 8, 2018 v1.1.0 Apr 16, 2018 Changes in this version + func ParseKeyHint(hint []byte) (int64, error) + func SerializeKeyHint(logID int64) []byte + type LogRoot struct + V1 *LogRootV1 + Version tls.Enum + type LogRootV1 struct + Metadata []byte + Revision uint64 + RootHash []byte + TimestampNanos uint64 + TreeSize uint64 + func (l *LogRootV1) MarshalBinary() ([]byte, error) + func (l *LogRootV1) UnmarshalBinary(logRootBytes []byte) error + type MapRoot struct + V1 *MapRootV1 + Version tls.Enum + type MapRootV1 struct + Metadata []byte + Revision uint64 + RootHash []byte + TimestampNanos uint64 + func (m *MapRootV1) MarshalBinary() ([]byte, error) + func (m *MapRootV1) UnmarshalBinary(mapRootBytes []byte) error