| context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
| crypto | Package crypto collects common cryptographic constants. |
| crypto/ecdsa | Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in [FIPS 186-5]. |
| crypto/ed25519 | Package ed25519 implements the Ed25519 signature algorithm. |
| crypto/rand | Package rand implements a cryptographically secure random number generator. |
| crypto/rsa | Package rsa implements RSA encryption as specified in PKCS #1 and RFC 8017. |
| crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
| crypto/sha512 | Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4. |
| crypto/x509 | Package x509 implements a subset of the X.509 standard. |
| encoding/hex | Package hex implements hexadecimal encoding and decoding. |
| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| encoding/pem | Package pem implements the PEM data encoding, which originated in Privacy Enhanced Mail. |
| 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/secure-systems-lab/go-securesystemslib/cjson | |
| hash | Package hash provides interfaces for hash functions. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| testing | Package testing provides support for automated testing of Go packages. |