mirror of
https://codeberg.org/PGPainless/bc-sop.git
synced 2025-09-09 19:29:41 +02:00
Add note about experimental nature
This commit is contained in:
parent
cbfc39ab96
commit
279c49626b
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
This repository contains an implementation of the [Stateless OpenPGP Protocol](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/)
|
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/).
|
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:
|
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-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.
|
* [bc-sop-cli] contains a CLI app implementing the SOP protocol following the spec.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue