From decd2b64f1187bb87567aa9a161ce6a3dbd63221 Mon Sep 17 00:00:00 2001 From: MichaelSovereign Date: Fri, 24 Apr 2026 00:44:02 +0100 Subject: [PATCH] add RustChain to Cryptography section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c6956f82..329f857bc 100644 --- a/README.md +++ b/README.md @@ -1066,6 +1066,7 @@ _Libraries for storing and parsing configuration options._ **Security** ## Cryptography +- [RustChain](https://github.com/Scottcjn/Rustchain) - Proof-of-Antiquity blockchain with a novel Python-based node implementation and P2P gossip layer. - [cryptography](https://github.com/pyca/cryptography) - A package designed to expose cryptographic primitives and recipes to Python developers. - [paramiko](https://github.com/paramiko/paramiko) - The leading native Python SSHv2 protocol library.