lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


It's Python, not Lua, but I have an implementation of Shamir's secret-sharing scheme at my blog:�http://programmingpraxis.com/2011/06/17/adi-shamirs-threshold-scheme/.

On Tue, Jan 24, 2012 at 4:47 PM, sergei karhof <karhof21@gmail.com> wrote:
I am looking for a secret sharing implementation in Lua, possibly
Shamir's scheme. Anyone?
Thanks

--Sergei