toposware / frost

A fork of frost-dalek, made WASM compatible, and upgraded to Static ICE-FROST
BSD 3-Clause "New" or "Revised" License
14 stars 2 forks source link

Individual public key verification #2

Closed Nashtare closed 3 years ago

Nashtare commented 3 years ago

Currently not implemented (requires sorting of the commitments or bundled with participant indices).

This is a problem for the signing phase, as the aggregator fetches public keys of signers but cannot verify them, and needs to be addressed.

EDIT: actually the verification will fail if the public key does not match the signer secret key, so is it really an issue?

Nashtare commented 3 years ago

Closed with PR #27