sss
sss copied to clipboard
Language bindings
Ordered by priority:
Thank you for creating this wonderful library. I wanted to play around with Shamir secret sharing in Nim so I made a very simple wrapper.
Awesome! Would you like for it to be added to the README.md
file?
Awesome! Would you like for it to be added to the
README.md
file?
Yes, that would be great.
I've put together a quick NIF binding for Erlang/Elixir at https://github.com/arekinath/esss in case it's interesting. NIF bindings require that the computation will complete "quickly" (in practice, approximately sub-10ms), but it seems to work fine for this. Happy for it to be added to the README.md
.
@arekinath Thank you!
Concerning Python, see https://gist.github.com/Huge/d8a3057a5523c0413215e8bd8aa088da showing the same functionality with the popular crypto package, pycryptodome
.