[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Secret sharing implementation
- From: Rob Kendrick <rjek@...>
- Date: Wed, 25 Jan 2012 09:09:25 +0900
On Tue, Jan 24, 2012 at 11:47:33PM +0100, sergei karhof wrote:
> I am looking for a secret sharing implementation in Lua, possibly
> Shamir's scheme. Anyone?
If you want one /for/ Lua rather than written entirely in Lua, then
there is always this:
http://www.digital-scurf.org/software/libgfshare
I suspect it would be reasonable easy to bind, or even port.
B.