lua-users home
lua-l archive

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


Thanks, Phil.

Is this implementation a perfect scheme? I know that Shamir's scheme
*is* a perfect scheme, but some of its implementations aren't, that's
why I am asking.



On Wed, Jan 25, 2012 at 12:39 AM, Phil Bewig <pbewig@gmail.com> wrote:
> 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
>>
>