From b15f528636e055b1d5a2df9966e154c6d5233530 Mon Sep 17 00:00:00 2001 From: Provara Date: Sun, 15 Feb 2026 09:33:43 -0500 Subject: [PATCH] Add provara to Python section Provara is a tamper-evident memory protocol for AI agents using Ed25519 signatures. Available on PyPI as `provara`. Apache 2.0 licensed. Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8793a6..5935457 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as - [hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python. - [paramiko](http://www.paramiko.org/) - Python implementation of the SSHv2 protocol, providing both client and server functionality. - [Privy](https://github.com/ofek/privy) - An easy, fast lib to correctly password-protect your data. +- [provara](https://github.com/huntinformationsystems/hunt-protocol-mcp) - Tamper-evident memory protocol for AI agents using Ed25519 signatures, SHA-256 hashing, and RFC 8785 canonical JSON. MCP server with 10 tools for cryptographic vault operations. - [pycryptodome](https://github.com/Legrandin/pycryptodome) - Self-contained Python package of low-level cryptographic primitives. - [PyElliptic](https://github.com/yann2192/pyelliptic) - Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC, Blowfish. - [pynacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library.