pgpainless/pgpainless-sop
Paul Schaub a9a61bc799
Improve library usage of slf4j and logback.
Logback-classic is now a test dependency and is additionally declared as OPTIONAL runtime dependency.
Applications that don't want to use logback can now easily disable it by not explicitly depending on it.
2021-10-29 20:28:14 +02:00
..
src SOP: Add convenience methods to deal with byte arrays 2021-10-10 16:34:17 +02:00
README.md Reuse compliance 2021-10-07 16:28:31 +02:00
build.gradle Improve library usage of slf4j and logback. 2021-10-29 20:28:14 +02:00

README.md

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.