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
I'm trying to use Reconstruct function to recover some data split by vss.Create. So I tried to test the function in feldman_vss_test.go
I add following code into TestReconstruct to display the secret recoverd from the Shares.
I'm trying to use Reconstruct function to recover some data split by vss.Create. So I tried to test the function in
feldman_vss_test.go
I add following code into
TestReconstruct
to display the secret recoverd from the Shares.After execute
go test
, I found some of them doesn't equal to the original one.I think all secret should be same, but secret3 is different from others. Is this correct?
@lukasz-zimnoch @omershlo @Shadowfiend @PlamenHristov @yycen
The text was updated successfully, but these errors were encountered: