ethexe
: make security research of FROST signature verification in Solidity
#4264
Labels
C1-feature
Feature request
Problem to Solve
FROST is promising threshold signature scheme that will save us lot of gas in ethexe. We currently have Solidity implementation that has not yet been integrated into ethexe, but that may happen soon.
It's necessary to prove that the
verifySignature
function correctly checkszB - cA == signature.R
on paper (ideally as security audit in pdf file). Also it's necessary to take into account behavior ofecrecover
(it may returnaddress(0)
in some cases). ThecomputeChallenge
function does not require auditing, since all other FROST cryptography has been audited by NCC Group.Possible Solution
N/A
Notes
No response
The text was updated successfully, but these errors were encountered: