Skip to content

lothar1998/XMSS-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMSS Tree

This is a repository for XMSS – eXtended Merkle Signature Scheme created as an academic project during Securing Data Transmission: Cryptology, Watermarking and Steganography.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to instal python 3.8 in order to continue.

Running the demo

Clone the repository to your local machine:

git clone https://github.com/lothar1998/XMSS-tree.git

Enter the directory and run with python:

python3 main.py

Built With

  • Python - implementation language

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

Implementation based on RFC 8391.