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.
Please see the documentation for usage examples.
This crate can be made no_std
compliant, by relying on the alloc
crate instead.
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.
This project is licensed under the BSD-3-Clause.