Skip to content

LoCCS/mss

Repository files navigation

Merkle Signature Scheme

version tag build status

Copyright (c) 2017-2018 LoCCS.
Project to implement the Merkle signature scheme (MSS) based on the W-OTS+.

Contents

Requirement

  • git
  • go 1.9+

are required to compile the library.

Installation

$ go get -u github.com/LoCCS/mss

Usage

Contributing

Kind advices and contributions are always welcomed, but to avoid chaos or destabilizing in existing work, we have processes that bring people in gradually. In general the process is:

  • Find a specific bug you'd like to fix or a specific feature you’d like to add (check out the issues list if to get some ideas)
  • Fix the bug in your own clone and ensure that it's working
  • Submit the change to the master branch via a pull request

Development Resources