Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Implementation of cryptography for use with OpenPGP using the crypto-api libraries
https://github.com/singpolyma/openpgp-cryptoapi

Last synced: 3 months ago
JSON representation

Implementation of cryptography for use with OpenPGP using the crypto-api libraries

Awesome Lists containing this project

README

        

This is a wrapper around
and related libraries that currently does fingerprint generation, signature
generation, signature verification, and both asymmetric and symmetric
encryption and decryption.

It is indended to be used with

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

> import qualified Data.OpenPGP.CryptoAPI as OpenPGP