Skip to content

Instantly share code, notes, and snippets.

@Philonous
Created January 3, 2014 15:26
Show Gist options
  • Save Philonous/8239676 to your computer and use it in GitHub Desktop.
Save Philonous/8239676 to your computer and use it in GitHub Desktop.
module GpgMe where
import Bindings
keyName k = keyGetStringAttr k AttrName 0
main = do
checkVersion Nothing
(_, ctx) <- ctxNew
keys <- getKeys ctx
print $ map keyName keys
-- >>> main
-- ["Felix von Leitner","Philipp Balzarek","Jon Kristensen","vrijn"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment