Re: Secret sharing implementation
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Secret sharing implementation
- From: Gé Weijers <ge@...>
- Date: 2012年1月24日 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.