Skip to content

Tags: oday0311/tss-lib

Tags

v1.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bnb-chain#157 from binance-chain/ecdsa-key-test-fix

Fix for ECDSA keygen test

v1.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
register DGRound4Message for eddsa resharing (bnb-chain#99)

v1.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ecdsa/keygen: fix default pre-params concurrency with < 3 CPU cores (b…

…nb-chain#94)

fixes bnb-chain#93

v1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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

v1.2.0

Revert "github: run tests with go 1.14"

This reverts commit 884c8ad.

v1.1.1

tss/party: fix WaitingFor() call on non-started Party causes panic, a…

…dd Running()

fixes bnb-chain#82

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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

v1.0.0

Verified

This commit was signed with the committer’s verified signature.
notatestuser Luke Plaster
readme: add the link to the audit report

pre-protobufs

Before ProtoBufs were merged