Registry / crypto / docker-libtrust

docker-libtrust

JSON →
library0.0.0-20160708172513-aabc10ec26b7gogounverified

Provides an interface for managing authentication and authorization using public key cryptography.

go get github.com/docker/libtrust
INSTALL
IMPORT
SIG · DOCKER-LIBTRUST
D
docker-libtrust
cryptogov0.0.0-20160708172513-aabc10ec26b7
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.

libtrust
github.com/docker/libtrust

Generates an ECDSA P-256 private key and prints its key ID.

package main import ( "fmt" "github.com/docker/libtrust" ) func main() { key, err := libtrust.GenerateECP256PrivateKey() if err != nil { panic(err) } fmt.Println(key.KeyID()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160708172513-aabc10ec26b7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
docker-libtrust — go get docker-libtrust · libregistry