Skip to content

renproject/frost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7377e22 · Oct 17, 2022

History

35 Commits
Sep 2, 2022
Aug 3, 2022
Jul 13, 2022
Aug 26, 2022
Aug 18, 2022
Oct 4, 2022
Sep 30, 2022
Sep 30, 2022
Oct 5, 2022
Oct 17, 2022
Oct 17, 2022

Repository files navigation

Frost

Implementation of FROST multiparty signatures, in go. Paper can be accessed online here.

The implementation currently only supports using a signature aggregator (see paper for details). The API is component style; the package exposes message and state types, and the functions handle incoming messages and possibly return a message that needs to be sent, or a signature if signing is complete, as well as potentially returning an error in the case of malicious behaviour or otherwise. This means that it is the responsibility of the user of frost to handle sending and receiving messages over the network.

This repository is a work in progress. The following is a list of things that still need to be done.

  • Make support for BIP340 a configurable option.
  • Add more tests.
  • Add more documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages