Registry / crypto / notaryproject-notation-core-go

notaryproject-notation-core-go

JSON →
library1.3.0gogounverified

Core library for the Notation project, providing signing and verification of OCI artifacts.

go get github.com/notaryproject/notation-core-go
INSTALL
IMPORT
SIG · NOTARYPROJECT-NOTA
N
notaryproject-notation-core-go
cryptogov1.3.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.

notation
✓ github.com/notaryproject/notation-core-go

Generate a new RSA signing key

package main import ( "fmt" "github.com/notaryproject/notation-core-go/signature" ) func main() { // Example: create a new RSA key key, err := signature.NewRSAKey() if err != nil { panic(err) } fmt.Printf("Key ID: %s\n", key.ID()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
notaryproject-notation-core-go — go get notaryproject-notation-core-go · libregistry