Shlomtz

Results 100 issues of Shlomtz

can be done is a similar fashion to the two-party protocols [benchmarks](https://github.com/KZen-networks/multi-party-ecdsa/tree/master/benches/two_party_ecdsa) A good comparison might be to https://gitlab.com/thorchain/tss/go-tss/-/merge_requests/160

https://github.com/binance-chain/tss-lib implements GG18. We would like to add benchmarks and comparison to tss-lib key generation and signing run locally between different `t` and `n` parameters. Benchmark code for this library...

help wanted
good first issue
benchmarks

Identifiable Abort in Threshold Signatures (IATS) - problem statement Informally, IATS is a way for honest parties to either output a valid signature or to agree on the set of...

research
security

In the multi-party ECDSA case, in `mta.rs`, in `impl MessageA` the range proofs are not included for Alice, and in `impl MessageB`, instead it is only computing a proof of...

enhancement
good first issue
security

While running `protocols::two_party_ecdsa::cclst_2019::test::tests::test_two_party_sign` or `protocols::two_party_ecdsa::cclst_2019::test::tests::test_full_key_gen` is always working and passing. Trying to just `cargo test --features=cclst` returns a PARI error. Each time a different one: It can sometimes work, while...

bug
help wanted

Consumers of the app probably want to use a single protocol. They should be able to choose which one and build only for him. Currently there's a single feature to...

enhancement
good first issue

example: https://github.com/KZen-networks/multi-party-ecdsa/blob/master/src/protocols/multi_party_ecdsa/gg_2018/party_i.rs#L202 Should be replaced with an `Err` returned to the caller

enhancement
good first issue

Lindell's Key Generation [1] protocol could be adapted to support {2,3}-threshold Signing if we implement the functionality _F_rand_ from [2] for generating shares of random values non-interactively. 1) each party...

enhancement