[PR #234] Add MOSS - cryptographic signing for AI agents #5899

Open
opened 2026-07-11 15:59:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sobolevn/awesome-cryptography/pull/234
Author: @Lechatdiabolique
Created: 2/19/2026
Status: 🔄 Open

Base: masterHead: add-moss


📝 Commits (2)

  • ace9a1c Add MOSS - cryptographic signing for AI agents
  • b854f84 Fix link - point to PyPI package

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is MOSS?

MOSS (Message-Origin Signing System) is a cryptographic signing platform for AI agents.

Features

  • ML-DSA-44 signatures: Post-quantum secure digital signatures (NIST FIPS 204)
  • Offline verification: Verify signatures without network calls
  • Tamper-proof audit trails: Every agent action is cryptographically signed
  • Multi-language SDKs: Python, TypeScript, Rust, Java, C#/.NET

Why it belongs here

MOSS uses ML-DSA-44 (Dilithium), the NIST-standardized post-quantum digital signature algorithm. It provides cryptographic attribution and non-repudiation for AI agent outputs.

Links


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sobolevn/awesome-cryptography/pull/234 **Author:** [@Lechatdiabolique](https://github.com/Lechatdiabolique) **Created:** 2/19/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-moss` --- ### 📝 Commits (2) - [`ace9a1c`](https://github.com/sobolevn/awesome-cryptography/commit/ace9a1ccc9305f72d809f8322eaf322d147e0f9c) Add MOSS - cryptographic signing for AI agents - [`b854f84`](https://github.com/sobolevn/awesome-cryptography/commit/b854f84e330462b9b99f48901c79d7762df15c73) Fix link - point to PyPI package ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is MOSS? MOSS (Message-Origin Signing System) is a cryptographic signing platform for AI agents. ## Features - **ML-DSA-44 signatures**: Post-quantum secure digital signatures (NIST FIPS 204) - **Offline verification**: Verify signatures without network calls - **Tamper-proof audit trails**: Every agent action is cryptographically signed - **Multi-language SDKs**: Python, TypeScript, Rust, Java, C#/.NET ## Why it belongs here MOSS uses ML-DSA-44 (Dilithium), the NIST-standardized post-quantum digital signature algorithm. It provides cryptographic attribution and non-repudiation for AI agent outputs. ## Links - PyPI: https://pypi.org/project/moss-sdk/ - crates.io: https://crates.io/crates/moss-sdk - npm: https://www.npmjs.com/package/moss-signing - NuGet: https://www.nuget.org/packages/Moss.Sdk - Website: https://mosscomputing.com --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-11 15:59:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-cryptography#5899