Registry / crypto / opencontainers-go-digest

opencontainers-go-digest

JSON →
library1.0.0gogounverified

Package digest provides a generalized type to opaquely represent message digests and their operations within the registry.

go get github.com/opencontainers/go-digest
INSTALL
IMPORT
SIG · OPENCONTAINERS-GO-
O
opencontainers-go-digest
cryptogov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

digest
github.com/opencontainers/go-digest

Compute the digest of a string and print it.

package main import ( "fmt" "github.com/opencontainers/go-digest" ) func main() { d := digest.FromString("hello world") fmt.Println(d) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
Amazon
1
Resources
opencontainers-go-digest — go get opencontainers-go-digest · libregistry