Registry / crypto / mtrmac-gpgme

mtrmac-gpgme

JSON →
library0.1.2gogounverified

Package gpgme provides a Go wrapper for the GPGME library for GnuPG operations.

go get github.com/mtrmac/gpgme
INSTALL
IMPORT
SIG · MTRMAC-GPGME
M
mtrmac-gpgme
cryptogov0.1.2
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.

gpgme
github.com/mtrmac/gpgme

List local GnuPG keys using GPGME.

package main import ( "fmt" "github.com/mtrmac/gpgme" ) func main() { ctx, err := gpgme.New() if err != nil { panic(err) } defer ctx.Release() keys, err := ctx.ListKeys(gpgme.KeylistModeLocal) if err != nil { panic(err) } fmt.Printf("Found %d keys\n", len(keys)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
mtrmac-gpgme — go get mtrmac-gpgme · libregistry