Top 15 Python Ed25519 Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
HDP
Human Delegation Provenance Protocol - cryptographic chain-of-custody for agentic AI (by Helixar-AI)
Project mention: HDP: An open protocol for verifiable human authorization in agentic AI systems | news.ycombinator.com | 2026-03-25 -
-
aip
Cryptographic identity, trust chains, and E2E encrypted messaging for AI agents. pip install aip-identity
Project mention: 63% of Organizations Cannot Stop Their Own AI Agents. The Kill Switch Problem Is an Identity Problem. | dev.to | 2026-03-21AIP provides the identity layer. Every agent gets an Ed25519 key pair and a DID. Every action can be cryptographically signed. Vouches create verifiable trust chains. The Promise-Delivery Ratio tracks behavioral consistency over time.
-
cold-root-identity
Reference implementation of cold root keys, deterministic epoch keys, and lineage proofs for Nostr.
-
trust-layer
Certifying proxy for agent-to-agent transactions — SHA-256 proof chain, Ed25519 signatures, RFC 3161 timestamps, Sigstore Rekor
Real example: https://trust.arkforge.tech/v1/proof/prf_20260313_145317_c69de2 The proof spec is open and auditable: https://github.com/ark-forge/proof-spec. The Trust Layer itself is MIT-licensed: https://github.com/ark-forge/trust-layer.
-
agent-marketplace-demo
🎬 Watch two AI agents negotiate with cryptographic signatures - LangChain + CrewAI demo
Project mention: Amorce – Universal Trust Protocol for AI Agents | news.ycombinator.com | 2025-12-08- Discover legitimate agents by capability
When your AI assistant books a flight or makes a purchase, you're trusting it blindly.
The Solution: Amorce provides three core pieces:
1- Cryptographic Identity – Every agent gets Ed25519 key pairs. All communications are signed and verified.
2- Human-in-the-Loop – Developers mark critical functions with @hitl_required. Agents pause and request approval before executing.
3- Trust Directory – Public registry at trust.amorce.io where agents register and can be discovered by capability.
Live Demo:
Check out our marketplace demo where two AI agents negotiate a MacBook Pro sale: https://github.com/trebortGolin/agent-marketplace-demo
- Sarah (buyer) discovers Henri (seller) via the Trust Directory
-
Project mention: Show HN: Aelitium – Cryptographic evidence for LLM request/response pairs | news.ycombinator.com | 2026-03-19
-
proof-spec
ArkForge Proof Specification — open standard for verifiable agent-to-agent execution proofs
Real example: https://trust.arkforge.tech/v1/proof/prf_20260313_145317_c69de2 The proof spec is open and auditable: https://github.com/ark-forge/proof-spec. The Trust Layer itself is MIT-licensed: https://github.com/ark-forge/trust-layer.
-
Project mention: Mediator Receipts: The Question to Ask About Agent Attestation | dev.to | 2026-05-13
Python verifier ships in a separate repo: pipelock-verify-python. 0.1.x on PyPI covers ActionReceipt v1. 0.2.0 covering EvidenceReceipt v2 plus RFC 8785 JCS and an RFC 9421 well-known signing-key directory is prepared in the repo, PyPI publish pending.
-
provedex
Cryptographic evidence layer for AI agents. Ed25519-signed, SHA-256-chained audit logs anyone can verify offline.
Project mention: Provedex: Tamper-evident audit logs for AI agents (Pipecat, LangChain) | news.ycombinator.com | 2026-05-27 -
anp
The economic layer for agent-to-agent negotiation. Binary protocol, Ed25519 identity, price oracle.
Project mention: ANP – A binary protocol for AI agent-to-agent price negotiation (no LLM tokens) | news.ycombinator.com | 2026-04-29 -
witness
Tamper-evident, offline-verifiable records of what Grok observed on X — traceability, not verdicts. (by Thinklanceai)
Project mention: Witness – signed, offline-verifiable records of real-time Grok observations | news.ycombinator.com | 2026-05-28 -
pfc-authority-flip-demo
Deterministic AI execution governance demo with signed receipts, authority interruption, and replayable verification.
GitHub repo: https://github.com/danlevans1/pfc-authority-flip-demo
-
Model-Supply-Chain-Auditor
Pickle malware scanner (opcode disassembly) + Ed25519 model signing. Detects RCE in serialized ML models.
Project mention: Your PyTorch Model File Can Execute Arbitrary Code — Here's How I Built a Scanner to Detect It | dev.to | 2026-05-18I built Model-Supply-Chain-Auditor (https://github.com/poojakira/Model-Supply-Chain-Auditor) to parse these opcodes and flag dangerous patterns:
Python Ed25519 discussion
Python Ed25519 related posts
Index
What are some of the best open-source Ed25519 projects in Python? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | monero-agent | 30 |
| 2 | HDP | 17 |
| 3 | vanissh | 15 |
| 4 | aip | 13 |
| 5 | cold-root-identity | 6 |
| 6 | trust-layer | 1 |
| 7 | agent-marketplace-demo | 1 |
| 8 | aelitium-v3 | 1 |
| 9 | proof-spec | 1 |
| 10 | pipelock-verify-python | 1 |
| 11 | provedex | 1 |
| 12 | anp | 0 |
| 13 | witness | 0 |
| 14 | pfc-authority-flip-demo | 0 |
| 15 | Model-Supply-Chain-Auditor | 0 |