From 0065401c15946f722ce6ef299470e3f66aa35414 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 11 Apr 2022 14:50:28 +0200 Subject: [PATCH] Update README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60af5a2..7482508 100644 --- a/README.md +++ b/README.md @@ -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