bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/google/trillian | Package trillian contains the generated protobuf code for the Trillian API. |
github.com/google/trillian/client/backoff | Package backoff allows retrying an operation with backoff. |
github.com/google/trillian/types | Package types defines serialization and parsing functions for SignedLogRoot fields. |
github.com/transparency-dev/merkle/proof | Package proof contains helpers for constructing log Merkle tree proofs. |
github.com/transparency-dev/merkle/rfc6962 | Package rfc6962 provides hashing functionality according to RFC6962. |
github.com/transparency-dev/merkle/testonly | Package testonly contains code and data for testing Merkle trees, such as a reference implementation of in-memory Merkle tree. |
k8s.io/klog/v2 | Package klog contains the following functionality: |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
time | Package time provides functionality for measuring and displaying time. |