Hacker News new | ask | show | jobs
by perone 2485 days ago
The only issue is that you won't be able to find reasonable libraries for it, all of them are just PoCs without testing or stability.
2 comments

Kyber has a pretty solid implementation of Shamir Sharing. But Shamir Sharing itself has security concerns.

https://godoc.org/gopkg.in/dedis/kyber.v2/share

https://github.com/dedis/kyber

Secret sharing is a tiny component of MPC; you need much more to compute anything useful.