Chelsea Komlo

Results 7 issues of Chelsea Komlo

This is a task to review the current logging output and come up with a plan for better logging output if required. We should review, for example: - Whether different...

This involves the following: 1. Creating a list of what features should be tested (i.e, what features we expect working for our first release). These features should be coarse-grained; i.e,...

planning

Right now the FROST code is all in a single file- we should put this into a sub-module.

frost

For improved usability of our API, we are planning to limit `(n,t)` as a check during key generation. If these values are above our limits, we can simply abort and...

frost

The FROST paper assumes that all participants in the DKG have some unique identifier, without saying how this identifier is determined. While a PKI would be able to provide one...

frost

We want a more robust but deterministic mechanism for generating participant identifiers for FROST. For the trusted dealer variant, we can generate participant identifiers as follows: ``` id_i = H(g^s...

frost

We should eventually implement the Pedersen DKG as defined in https://eprint.iacr.org/2020/852.

enhancement
frost