https://github.com/dorssel/dotnet-xmss
.NET 8 implementation of XMSS.
https://github.com/dorssel/dotnet-xmss
cryptography dotnet nist-sp-800-208 post-quantum-signature rfc-8391 xmss
Last synced: about 1 year ago
JSON representation
.NET 8 implementation of XMSS.
- Host: GitHub
- URL: https://github.com/dorssel/dotnet-xmss
- Owner: dorssel
- License: mit
- Created: 2022-08-02T00:35:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T13:58:18.000Z (about 1 year ago)
- Last Synced: 2025-04-02T14:49:47.385Z (about 1 year ago)
- Topics: cryptography, dotnet, nist-sp-800-208, post-quantum-signature, rfc-8391, xmss
- Language: C#
- Homepage: https://dorssel.github.io/dotnet-xmss/
- Size: 2.56 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# dotnet-xmss
[](https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3ABuild+branch%3Amaster)
[](https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3ACodeQL+branch%3Amaster)
[](https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3AMegaLinter+branch%3Amaster)
[](https://codecov.io/gh/dorssel/dotnet-xmss)
[](https://api.reuse.software/info/github.com/dorssel/dotnet-xmss)
.NET Standard 2.0 implementation of XMSS and XMSS-MT, as defined by:
- [NIST SP 800-208](https://doi.org/10.6028/NIST.SP.800-208)
- [RFC 8391](https://doi.org/10.17487/RFC8391)
The implementation is for AnyCPU, and works on all platforms.