You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.
Hello, dear developers. I hope you are well-doing. I'm using Kryptology functions in my research and it works well. I'm really enjoy your product.
I ran into a problem while using DKG results. The PublicShares returned after round 4 does not match the PublicShare generated from the ShamirShare.
kryptology/pkg/tecdsa/gg20/participant/dkg_round4.go
Line 21 in 60eddc5
I assume they should be equal, otherwise round3(GG20) will return an error "e != eHat".
kryptology/pkg/tecdsa/gg20/participant/round3.go
Line 105 in 60eddc5
How should I use the PublicShares returned from the DKG to create a Signer object?
To reproduce, run a test that passes the result of DKG to gg20.
https://github.com/youricorocks/kryptology/blob/5f8afd0811a0e40dac543e9959a2998b20a9861c/pkg/tecdsa/gg20/participant/dkg_rounds_test.go#L900
The text was updated successfully, but these errors were encountered: