Shamir secret sharing

Shamir secret sharing

TL;DR: Split a secret into n shares such that any k reconstruct it via Lagrange interpolation.

Stub — to be filled in.

What it is

TODO

Preconditions / where it applies

TODO

Technique

TODO

Detection and defence

TODO

References

  • TODO