podman/vendor/github.com/mtrmac/gpgme
Matthew Heon a031b83a09 Initial checkin from CRI-O repo
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2017-11-01 11:24:59 -04:00
..
callbacks.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
data.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
go_gpgme.c Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
go_gpgme.h Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
gpgme.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
LICENSE Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
README.md Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00

GPGME (golang)

Go wrapper for the GPGME library.

This library is intended for use with desktop applications. If you are looking to add OpenPGP support to a server application I suggest you first look at golang.org/x/crypto/openpgp.

Installation

go get -u github.com/proglottis/gpgme

Documentation