This is a repository for XMSS – eXtended Merkle Signature Scheme created as an academic project during Securing Data Transmission: Cryptology, Watermarking and Steganography.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to instal python 3.8 in order to continue.
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
- Python - implementation language
- Jakub Burghardt – davex98
- Kamil Kaliś – kamkali
- Piotr Kuglin – lothar1998
- Konrad Micek – miccu64
- Norbert Nawrocki – NorbertNiebieski
- Kacper Olkuski – KacperOlk
- Radosław Skałbania – radekska
This project is licensed under the MIT License - see the LICENSE file for details
Implementation based on RFC 8391.