I'm on the hunt for reliable audited implementations of Shamir's Secret Sharing (SSS). I remember bumping into a dual-audited Java library on GitHub, but I can't seem to find it anymore. I'm specifically looking for audited Python options. I've searched high and low, but no luck so far. Does anyone know where I can find some good ones? I came across a potential candidate: [https://github.com/konidev20/pyshamir](https://github.com/konidev20/pyshamir), but I'm not sure about its audit status.
1 Answer
I found this library: [https://github.com/reidhoch/horcrux](https://github.com/reidhoch/horcrux). It’s pretty straightforward, but just to clarify, it’s not audited. I get that you need a secure implementation, though.
Thanks for the heads-up! I really need something that’s been audited since I can’t verify the security on my own.