SSS32
SSS32 copied to clipboard
A paper computer for Shamir's Secret Sharing over the Bech32 alphabet.
There are very few lookups needed in the Recover Share processes. And, because this volvelle isn't symetric, a table lookup can more clearly label the purpose of the axes.
Illustrate the entire process of generating shares.
The postscript ought to be written so that it is easy for knowledgeable people to audit the code.
We can add tables to recover the value of the random share in case someone loses that share. With both the secret and random shares recovered, one can then in...
When creating shares using the tables, usually one is writing out the multiple shares at the same time on scratch paper in multiple rows. Therefore it might be easier to...
**Summarizes Issue #57:** While [codex32](https://github.com/bitcoin/bips/blob/master/bip-0093.mediawiki) is designed to be computed by hand, should it become popular, it's likely most backups will be made with electronics. This offers opportunities to increase...
Work-in-Progress attempts to close #57 and its summary #64. I can review the whole thread before finalizing to be sure we didn't miss anything in this reference. **Tasklist:** - [x]...
The manual entropy generation process for dice is somewhat complicated, for good reasons (avoiding bias). Assume you have an opaque bag of marbles, all equal except for a bech32 character...
While intended for paper computers, some benefits of codex32 can be maximized through electronic implementations. To enhance this aspect, I propose recommendations for creating auditable codex32 share sets when using...
Has a reference implementation for erasure correction or error correction in codex32 strings been written?