Skip to content

Latest commit

 

History

History
executable file
·
40 lines (29 loc) · 1.34 KB

README.md

File metadata and controls

executable file
·
40 lines (29 loc) · 1.34 KB

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.