An open API service indexing awesome lists of open source software.

https://github.com/singpolyma/openpgp-crypto

Implementation of cryptography for use with OpenPGP using the Crypto library
https://github.com/singpolyma/openpgp-crypto

Last synced: 8 months ago
JSON representation

Implementation of cryptography for use with OpenPGP using the Crypto library

Awesome Lists containing this project

README

          

This is a wrapper around
that currently does fingerprint generation, signature generation, and
signature verification (for RSA keys only).

It is indended to be used with

It is intended that you use qualified imports with this library.

> import qualified Data.OpenPGP.Crypto as OpenPGP