Demonstrates using ThresholdJS to break a 256-bit integer s
into
n
pieces such that it takes k
of those pieces
to reassemble the original number.
Check out the motivation behind this and implementaion details on GitHub!
These are the n
pieces that were created from the integer above. Pick any k
and enter them into the recovery section to test it out.