Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/opencontainers/go-digest
/ types & classes
Types & classes
9 in github.com/opencontainers/go-digest
⨍
Functions
72
◇
Types & classes
9
↓ 5 callers
TypeAlias
Digest
Digest allows simple protection of hex formatted digest strings, prefixed by their algorithm. Strings of type Digest have some guarantee of being in t
digest.go:37
↓ 4 callers
TypeAlias
Algorithm
Algorithm identifies and implementation of a digester by an identifier. Note the that this defines both the hash algorithm used and the string encodin
algorithm.go:29
↓ 4 callers
TypeAlias
digestEntries
digestset/set.go:247
Interface
Digester
Digester calculates the digest of written data. Writes should go directly to the return value of Hash, while calling Digest will return the current va
digester.go:23
Struct
Set
Set is used to hold a unique set of digests which may be easily referenced by easily referenced by a string representation of the digest as well as s
digestset/set.go:47
Interface
Verifier
Verifier presents a general verification interface to be used with message digests and other byte stream verifications. Users instantiate a Verifier f
verifiers.go:27
Struct
digestEntry
digestset/set.go:241
Struct
digester
digester provides a simple digester definition that embeds a hasher.
digester.go:29
Struct
hashVerifier
verifiers.go:35