1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +02:00

Add readmes for all modules

This commit is contained in:
Paul Schaub 2021-07-17 00:27:58 +02:00
parent 88faaf5dd0
commit 4244107994
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
5 changed files with 77 additions and 3 deletions

6
pgpainless-sop/README.md Normal file
View file

@ -0,0 +1,6 @@
# PGPainless-SOP
Implementation of the Stateless OpenPGP Protocol using PGPainless.
This module implements `sop-java` using `pgpainless-core`.
If your code depends on `sop-java`, this module can be used as a realization of those interfaces.