diff --git a/content/docs/libraries.md b/content/docs/libraries.md
index 057961890d79b14df1be64efce2a06357414e513..e789c8a5316faca278cdbbf698492df4687a1d22 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.