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

Fix flawky benchmark #39

Closed Nashtare closed 2 years ago

Nashtare commented 2 years ago

This PR makes sure the secret shares list is cloned before calling sign(), which would otherwise make all next iterations exit early because of length mismatch.