Versions in this module Expand all Collapse all v1 v1.0.1 Nov 17, 2023 Changes in this version + func BuildLogLeaf(logPrefix string, merkleLeaf ct.MerkleTreeLeaf, leafIndex int64, ...) (trillian.LogLeaf, error) + func ExtraDataForChain(cert ct.ASN1Cert, chain []ct.ASN1Cert, isPrecert bool) ([]byte, error) + type FixedTimeSource struct + func NewFixedTimeSource(t time.Time) *FixedTimeSource + func (f *FixedTimeSource) Now() time.Time + type SystemTimeSource struct + func (s SystemTimeSource) Now() time.Time + type TimeSource interface + Now func() time.Time