1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-22 20:32:05 +01:00

Add info about sop modules to root readme

This commit is contained in:
Paul Schaub 2022-01-12 00:26:52 +01:00
parent a7208e6c42
commit f4e574011b

View file

@ -40,6 +40,14 @@ PGPainless currently [*scores second place* on Sequoia-PGPs Interoperability Tes
>
> -Mario @ Cure53.de
## Get Started
The very easiest way to start using OpenPGP on Java/Kotlin based systems is to use an implementation of [sop-java](https://github.com/pgpainless/sop-java).
`sop-java` defines a very stripped down API and is super easy to get started with.
Luckily PGPainless provides an implementation for the `sop-java` interface definitions in the form of [pgpainless-sop](pgpainless-sop/README.md).
If you need more flexibility, directly using `pgpainless-core` is the way to go.
## Features
Most of PGPainless' features can be accessed directly from the `PGPainless` class.