Update README

This commit is contained in:
Paul Schaub 2022-04-11 14:50:28 +02:00
parent 807689d516
commit 0065401c15
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 5 additions and 2 deletions

View File

@ -16,9 +16,12 @@ The [Stateless OpenPGP Protocol](https://datatracker.ietf.org/doc/html/draft-dkg
defines a generic stateless CLI for dealing with OpenPGP messages.
Its goal is to provide a minimal, yet powerful API for the most common OpenPGP related operations.
`sop-java` defines a set of Java interfaces describing said API.
## Modules
`sop-java-picocli` contains a wrapper application that transforms the `sop-java` API into a command line application
The repository contains the following modules:
* [sop-java](/sop-java) defines a set of Java interfaces describing the Stateless OpenPGP Protocol.
* [sop-java-picocli](/sop-java-picocli) contains a wrapper application that transforms the `sop-java` API into a command line application
compatible with the SOP-CLI specification.
## Known Implementations