Registry / crypto / binance-chain-tss-lib

binance-chain-tss-lib

JSON →
library1.5.0gogounverified

A Go library for Threshold Signature Scheme (TSS) used in Binance Chain.

go get github.com/binance-chain/tss-lib
INSTALL
IMPORT
SIG · BINANCE-CHAIN-TSS-
B
binance-chain-tss-lib
cryptogov1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tss
github.com/binance-chain/tss-lib

Generate party IDs for a threshold signature scheme.

package main import ( "github.com/binance-chain/tss-lib/tss" ) func main() { partyIDs := tss.SortPartyIDs(tss.GeneratePartyIDs(3)) _ = partyIDs }
Debug
Known issues
breakingBreaking changes in v2
fix
Update import paths and API usage when migrating from v1 to v2.
affects: >=2.0.0
Upgrade
Version history
1.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Resources
binance-chain-tss-lib — go get binance-chain-tss-lib · libregistry