Tags: bruceshao/tss-lib
Tags
ecdsa/keygen: fix default pre-params concurrency with < 3 CPU cores (b… …nb-chain#94) fixes bnb-chain#93
[R4R] Add eddsa (bnb-chain#88) * [R4R] Add eddsa keygen and signing (bnb-chain#3) * add eddsa signing and keygen * contruct extended element from x,y * update dep * fix test * fix bug * delete unused code * add resharing * fix comments * refactor RejectionSampl;e * rename variable (bnb-chain#4) * delete printf * update dependency * resolve conflict
Revert "github: run tests with go 1.14" This reverts commit 884c8ad.
-
Mar 5, 2020 - c66e035
- zip
- AFAF tar.gz
tss/party: fix WaitingFor() call on non-started Party causes panic, a… …dd Running() fixes bnb-chain#82
[security] resharing: wait for final acks from the new committee befo… …re ending (bnb-chain#75) This is the fix for a vulnerability reported by Omer Shlomovits of KZen Networks (ZenGo). It adds a final ack round to the re-sharing protocol where the new committee sends acks to members of both the old and new committees before they save any data to disk. Other Changes: * readme: mention the UpdateFromBytes bool arg changes, misc edits * resharing: edit a comment in round 4 * remove the confusing to committee bools * resharing: remove a redundant line in round 5