Looking for Audited Shamir’s Secret Sharing Implementations

0
4
Asked By CuriousCoder82 On

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

Answered By CodeExplorer99 On

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.

CuriousCoder82 -

Thanks for the heads-up! I really need something that’s been audited since I can’t verify the security on my own.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.