From 22f90dc0f227900addb6b4b5ff0f70e1be7ec9da Mon Sep 17 00:00:00 2001 From: Nouri-Alnahawi <nouri.alnahaiw@h-da.de> Date: Thu, 29 Jul 2021 15:55:16 +0200 Subject: [PATCH] add bouncy castle to libraries --- content/docs/libraries.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/docs/libraries.md b/content/docs/libraries.md index 0579618..e789c8a 100644 --- a/content/docs/libraries.md +++ b/content/docs/libraries.md @@ -15,6 +15,9 @@ An open source C library for quantum-safe cryptographic algorithms. - [PQClean](https://github.com/PQClean/PQClean): Portable C implementations of post-quantum cryptography. +- [The Legion of the Bouncy Castle](https://www.bouncycastle.org/specifications.html): +Java implementation of cryptographic algorithms containing a light-weight API suitable for use in any environment. + - [NaCL (Salt)](https://nacl.cr.yp.to/): Software library for network communication, encryption, decryption, signatures, etc. -- GitLab