Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.08 KB

ICE-FROST

codecov example workflow

A fork of the Rust implementation of FROST: Flexible Round-Optimised Schnorr Threshold signatures by Chelsea Komlo and Ian Goldberg, originally developed at https://github.com/isislovecruft/frost-dalek and adapted to support additional Identifiable Cheating Entity property and Static group keys. This new protocol is named ICE-FROST.

Usage

Please see the documentation for usage examples.

Note on no_std usage

This crate can be made no_std compliant, by relying on the alloc crate instead.

WARNING

This codebase is under development and is at an academic proof-of-concept prototype level. In particular, this implementation has not received careful code review yet, and hence is NOT ready for production use.

License

This project is licensed under the BSD-3-Clause.