Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dorssel/dotnet-xmss
.NET Standard 2.0 implementation of XMSS and XMSS-MT.
https://github.com/dorssel/dotnet-xmss
cryptography dotnet dotnet-standard nist-sp-800-208 post-quantum-signature rfc-8391 xmss xmss-mt
Last synced: 8 days ago
JSON representation
.NET Standard 2.0 implementation of XMSS and XMSS-MT.
- Host: GitHub
- URL: https://github.com/dorssel/dotnet-xmss
- Owner: dorssel
- License: mit
- Created: 2022-08-02T00:35:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T23:13:44.000Z (2 months ago)
- Last Synced: 2024-09-11T03:42:20.867Z (2 months ago)
- Topics: cryptography, dotnet, dotnet-standard, nist-sp-800-208, post-quantum-signature, rfc-8391, xmss, xmss-mt
- Language: C#
- Homepage:
- Size: 2.14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# dotnet-xmss
[![Build](https://github.com/dorssel/dotnet-xmss/workflows/Build/badge.svg?branch=master)](https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3ABuild+branch%3Amaster)
[![CodeQL](https://github.com/dorssel/dotnet-xmss/workflows/CodeQL/badge.svg?branch=master)](https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3ACodeQL+branch%3Amaster)
[![MegaLinter](https://github.com/dorssel/dotnet-xmss/workflows/MegaLinter/badge.svg?branch=master)](https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3AMegaLinter+branch%3Amaster)
[![codecov](https://codecov.io/gh/dorssel/dotnet-xmss/branch/master/graph/badge.svg?token=8alCQveCnj)](https://codecov.io/gh/dorssel/dotnet-xmss)
[![REUSE status](https://api.reuse.software/badge/github.com/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.