Gary
Gary
Hi, In our wallet we call blockchainScripthash_subscribe for newly derived addresses and after performing an investigation in Electrs we found out that it is consuming for Electrs to retrieve the...
The purpose of this task is to build a proof of concept for running this code on iOS. _Nice to have: simple benches that we will be able to compare...
Write Rust doc for Lindell 2017 2P-ECDSA (https://doc.rust-lang.org/book/first-edition/documentation.html). Mention in the doc papers, math formula and plain english description. See: https://github.com/KZen-networks/multi-party-ecdsa/blob/master/src/protocols/two_party_ecdsa/lindell_2017/party_one.rs#L51
Add De/Serialization for structures that are exposed to the server.
### Motivation Curv is used as a low level library for crypto-currency wallets impacting the following critical features: address creation / derivation, master-key generation, signature. A framework for unit testing...
Same as https://github.com/KZen-networks/curv/issues/66
Adding client C interface for recovery
Pull request: https://github.com/mortendahl/rust-paillier/pull/2. The purpose of this task is to add Zero Knowledge proof that a Paillier public key (EK) was generated correctly. Reference: Subsection 3.1 of [Fast Secure Two-Party...
We needed serde for Mpz in one of our upper layer (dependency). Here is a PR if you are interested, I added it as a feature. ``` cargo build --features...
The purpose of this task is to refactor the proof of concept by @omershlo. The task can be divided in the following sub-tasks: * Refactoring of the utility methods. *...