multi-party-ecdsa icon indicating copy to clipboard operation
multi-party-ecdsa copied to clipboard

Write Rust doc for party one and party two messages

Open gbenattar opened this issue 6 years ago • 4 comments

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

gbenattar avatar Jul 01 '18 18:07 gbenattar

Adding more doc, see: https://github.com/KZen-networks/multi-party-ecdsa/issues/11 for references.

gbenattar avatar Jul 04 '18 18:07 gbenattar

hey @gbenattar,

this link (See: https://github.com/KZen-networks/multi-party-ecdsa/blob/master/src/protocols/two_party_ecdsa/lindell_2017_keygen/party_one.rs#L51) is not working...

Here is the link : https://github.com/KZen-networks/multi-party-ecdsa/blob/master/src/protocols/two_party_ecdsa/lindell_2017/party_one.rs#L51

I'll start dig into this issue if it is ok ?

Thanks

JM

jeamick avatar Apr 23 '19 15:04 jeamick

awesome

omershlo avatar Apr 23 '19 15:04 omershlo

@jeamick Yes that would be great, I updated slightly the task description. At the end the outcome of it should be a proper Rust doc for this crate. Feel free to split it into small chunk if you want early review from @omershlo.

Let us know if you need any help, I suppose that you are very familiar with 2P-ECDSA, we have many tasks as a follow up.

Thanks.

gbenattar avatar Apr 24 '19 05:04 gbenattar