-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example code implementation of zengo multiparty-eddsa repository #1
Comments
@dheeraj-721 you can see the pr |
Thank you so much sir
…On Thu, May 4, 2023 at 1:09 PM Aaron Huang ***@***.***> wrote:
@dheeraj-721 <https://github.com/dheeraj-721> you can see the pr
<ZenGo-X/multi-party-eddsa#26>
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5BHW7UNMFPFM76LKHOQNIDXENMJZANCNFSM6AAAAAAXU2BJX4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi Peng-Huang-Ch/Peng-Huang-Ch
I have a question. Can we regenerate the key shares by remaining shares if
one share is forgotten (for example - 3 key shares)?
If yes, can you please suggest to me how I can implement this? It would be
great appreciation and thankful to you.
Thanks
…On Fri, May 5, 2023 at 3:22 PM Dheeraj Kumar ***@***.***> wrote:
Thank you so much sir
On Thu, May 4, 2023 at 1:09 PM Aaron Huang ***@***.***>
wrote:
> @dheeraj-721 <https://github.com/dheeraj-721> you can see the pr
> <ZenGo-X/multi-party-eddsa#26>
>
> —
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A5BHW7UNMFPFM76LKHOQNIDXENMJZANCNFSM6AAAAAAXU2BJX4>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
and one more thing, when I'm adding a Rocket.toml file for giving address
and port then sm_manager should be run on specified port but not running.
here is the file contents:
''''
[development]
address = "localhost"
port = 18001
log = "normal"
[production]
''''
so if you solve this problem it would be great thankful.
…On Tue, May 9, 2023 at 2:23 PM Aaron Huang ***@***.***> wrote:
you could see this issue
<ZenGo-X/multi-party-ecdsa#164>.
For extra, you can take a look at the tss-lib
<https://github.com/bnb-chain/tss-lib> it support resharing.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5BHW7VF2SIXTWFYZUWA5K3XFIA2PANCNFSM6AAAAAAXU2BJX4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
check your |
Thank you for the clarification. worked it
On Wed, May 10, 2023 at 3:22 PM Aaron Huang ***@***.***>
wrote:
… The parties would be `threshold + 1` . if you only want 2 parties sign keep
the *threshold* to be 1 in the `params.json`.
I haven't used this repository for a long time, maybe have a mistake. but
you could easily verify it.
good luck, 😄
dheeraj-721 ***@***.***> 于2023年5月10日周三 15:07写道:
> Hi Peng-Huang-Ch/Peng-Huang-Ch
> can you please tell me why I am not able to sign with 2 parties while I'm
> giving threshold value 1 in the params.json file. When giving 2 then I
have
> to sign with all 3 parties but how can I sign with 2 parties out of 3
> parties?
>
> On Tue, May 9, 2023 at 4:29 PM Aaron Huang ***@***.***> wrote:
>
> > check your ROCKET_ENV .
> > see here <https://rocket.rs/v0.4/guide/configuration/>
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#1 (comment)
> >,
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/A5BHW7RWIR3DOHXFSNKZASLXFIPQDANCNFSM6AAAAAAXU2BJX4
> >
> > .
> > You are receiving this because you were mentioned.Message ID:
> > ***@***.***>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#1 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AFIGSLHVT2RE5SUVMTLP6XLXFM5CPANCNFSM6AAAAAAXU2BJX4
>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5BHW7TEJYUFNSIGZA6EU6DXFNQMFANCNFSM6AAAAAAXU2BJX4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
HI Peng-Huang-Ch/Peng-Huang-Ch
please help me once again. I want to create a room id like in ecdsa repo so
that users can participate individually for generating keys. Now I am
getting all mixed up. If any user participates for keygen and another is
also entered then how can I differentiate these user's keys?
Thanks & Regards
…On Wed, May 10, 2023 at 3:35 PM Dheeraj Kumar ***@***.***> wrote:
Thank you for the clarification. worked it
On Wed, May 10, 2023 at 3:22 PM Aaron Huang ***@***.***>
wrote:
> The parties would be `threshold + 1` . if you only want 2 parties sign
> keep
> the *threshold* to be 1 in the `params.json`.
>
> I haven't used this repository for a long time, maybe have a mistake. but
> you could easily verify it.
>
> good luck, 😄
>
>
> dheeraj-721 ***@***.***> 于2023年5月10日周三 15:07写道:
>
> > Hi Peng-Huang-Ch/Peng-Huang-Ch
> > can you please tell me why I am not able to sign with 2 parties while
> I'm
> > giving threshold value 1 in the params.json file. When giving 2 then I
> have
> > to sign with all 3 parties but how can I sign with 2 parties out of 3
> > parties?
> >
> > On Tue, May 9, 2023 at 4:29 PM Aaron Huang ***@***.***> wrote:
> >
> > > check your ROCKET_ENV .
> > > see here <https://rocket.rs/v0.4/guide/configuration/>
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> >
> #1 (comment)
> > >,
> > > or unsubscribe
> > > <
> >
> https://github.com/notifications/unsubscribe-auth/A5BHW7RWIR3DOHXFSNKZASLXFIPQDANCNFSM6AAAAAAXU2BJX4
> > >
> > > .
> > > You are receiving this because you were mentioned.Message ID:
> > > ***@***.***>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
> #1 (comment)
> >,
> > or unsubscribe
> > <
> https://github.com/notifications/unsubscribe-auth/AFIGSLHVT2RE5SUVMTLP6XLXFM5CPANCNFSM6AAAAAAXU2BJX4
> >
> > .
> > You are receiving this because you were mentioned.Message ID:
> > ***@***.***>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A5BHW7TEJYUFNSIGZA6EU6DXFNQMFANCNFSM6AAAAAAXU2BJX4>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
I don't know how to solve this, maybe you add some other logic, such as specifying the participants directly when creating a room or setting the room id as complicated as uuid v4. |
Hi Peng-Huang-Ch/Peng-Huang-Ch
please tell me one answer, Can I regenerate the forgotten key share with
threshold parties? For example, if I created 3 key shares and one key share
has been removed or forgotten then can we regenerate that key share by
other left parties. If you have other ways to recover forgotten key shares
please let me know.
Thanks
…On Fri, May 12, 2023 at 7:30 AM Aaron Huang ***@***.***> wrote:
I don't know how to solve this, maybe you add some other logic, such as
specifying the participants directly when creating a room or setting the
room id as complicated as uuid v4.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5BHW7RYFUQ7HXGWI72D6MTXFWKTBANCNFSM6AAAAAAXU2BJX4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
yeah, you could. you can take a look at the tss-lib it support resharing. |
Can I build this feature with zengo mpc_eddsa? I mean in rust language.
…On Mon, 15 May, 2023, 8:08 pm Aaron Huang, ***@***.***> wrote:
yeah, you could.
you can take a look at the tss-lib <https://github.com/bnb-chain/tss-lib>
it support resharing.
for multiparty-eddsa I do not know
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5BHW7XXJM3YOQTLFHZMZMDXGI5UZANCNFSM6AAAAAAXU2BJX4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I don't know how to do it. the multi-party-ecdsa issue seem have to |
Okay sure
…On Tue, May 16, 2023 at 7:35 AM Aaron Huang ***@***.***> wrote:
I don't know how to do it. the multi-party-ecdsa issue
<ZenGo-X/multi-party-ecdsa#164> seem have to
wasm32-unknown-unknown version issuse. I'm not familiar with the mpc_eddsa.
If you find any relevant solutions, please let me know.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5BHW7RPKUDFPSEVQVPECTDXGLOFLANCNFSM6AAAAAAXU2BJX4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi Peng-Huang-Ch/Peng-Huang-Ch
Can you please just tell me that is it possible to run the created binary
file on react native client side which is generated by "cargo build
--release" command on linux?
Thanks
On Tue, May 16, 2023 at 12:48 PM Dheeraj Kumar ***@***.***>
wrote:
… Okay sure
On Tue, May 16, 2023 at 7:35 AM Aaron Huang ***@***.***>
wrote:
> I don't know how to do it. the multi-party-ecdsa issue
> <ZenGo-X/multi-party-ecdsa#164> seem have to
> wasm32-unknown-unknown version issuse. I'm not familiar with the
> mpc_eddsa. If you find any relevant solutions, please let me know.
>
> —
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A5BHW7RPKUDFPSEVQVPECTDXGLOFLANCNFSM6AAAAAAXU2BJX4>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Hi @peng-huang-ch , I need your help to implement example code for running ZenGo mpc-eddsa repository. Can you please help me how did you run this repo in local because I tried many times to run this repo by taking reference of mpc-ecdsa but didn't run. so please help me in this to run this repo so that I can generate keys for different parties.
This would be great appreciation for being helpful.
The text was updated successfully, but these errors were encountered: