Add note about experimental nature

This commit is contained in:
Paul Schaub 2025-01-27 14:20:29 +01:00
parent cbfc39ab96
commit 279c49626b
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -3,6 +3,8 @@
This repository contains an implementation of the [Stateless OpenPGP Protocol](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/)
using [sop-java](https://github.com/pgpainless/sop-java) and [Bouncy Castle](https://www.bouncycastle.org/).
Note: THIS IS STILL EXPERIMENTAL SOFTWARE NOT SUITABLE FOR PRODUCTION USE!!!
There are two modules in this repository:
* [bc-sop-api] contains a high-level JAVA API of the SOP protocol using Bouncy Castle
* [bc-sop-cli] contains a CLI app implementing the SOP protocol following the spec.