Skip to content
/ frost Public
forked from toposware/frost

A fork of frost-dalek, made WASM compatible, and upgraded to Static ICE-FROST

License

Notifications You must be signed in to change notification settings

AminiL/frost

 
 

Repository files navigation

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.

About

A fork of frost-dalek, made WASM compatible, and upgraded to Static ICE-FROST

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • Makefile 0.1%