An open API service indexing awesome lists of open source software.

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.

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.