frost-dalek

Crates.iofrost-dalek
lib.rsfrost-dalek
version0.2.3
sourcesrc
created_at2020-09-23 07:54:52.073025
updated_at2021-01-22 03:45:28.446105
descriptionFROST: Flexible Round-Optimised Threshold Signature using the Ristretto group
homepagehttps://dalek.rs
repositoryhttps://github.com/isislovecruft/frost-dalek
max_upload_size
id292004
size189,250
isis agora lovecruft (isislovecruft)

documentation

https://docs.rs/frost-dalek

README

FROST

A Rust implementation of FROST: Flexible Round-Optimised Schnorr Threshold signatures by Chelsea Komlo and Ian Goldberg.

Usage

Please see the documentation for usage examples.

Note on no_std usage

Most of this crate is no_std compliant, however, the current implementation uses HashMaps for the signature creation and aggregation protocols, and thus requires the standard library.

WARNING

This code is likely not stable. The author is working with the paper authors on an RFC which, if/when adopted, will allow us to stabilise this codebase. Until then, the structure and construction of these signatures, as well as wireformats for several types which must be sent between signing parties, may change in incompatible ways.

Commit count: 101

cargo fmt