Add bcsop reference in README

This commit is contained in:
Paul Schaub 2025-01-28 12:12:04 +01:00
parent f92a73a5ad
commit 9ec3cc911b
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -35,6 +35,7 @@ allowing to delegate the implementation logic to an arbitrary SOP CLI implementa
|-------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------| |-------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|
| [pgpainless-sop](https://github.com/pgpainless/pgpainless/tree/main/pgpainless-sop) | Implementation of `sop-java` using PGPainless | | [pgpainless-sop](https://github.com/pgpainless/pgpainless/tree/main/pgpainless-sop) | Implementation of `sop-java` using PGPainless |
| [external-sop](https://github.com/pgpainless/sop-java/tree/main/external-sop) | Implementation of `sop-java` that allows binding to external SOP binaries such as `sqop` | | [external-sop](https://github.com/pgpainless/sop-java/tree/main/external-sop) | Implementation of `sop-java` that allows binding to external SOP binaries such as `sqop` |
| [bcsop](https://codeberg.org/PGPainless/bc-sop) | Implementation of `sop-java` using vanilla Bouncy Castle |
### Implementations in other languages ### Implementations in other languages
| Project | Language | | Project | Language |