[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Secret sharing implementation
- From: Gé Weijers <ge@...>
- Date: Tue, 24 Jan 2012 18:09:06 -0800
BTW: It's perfectly OK to use a Galois field such as GF(2^n) to implement Shamir's scheme.It's easier to map to bytes/words, and Lagrange interpolation works just fine.