roconnor-blockstream

Results 29 issues of roconnor-blockstream

This also includes a slightly refactored version of PR https://github.com/sipa/bech32/pull/41.

To help users make sure they do not get lost, try to delimit groups of 4 letters, and super groups of 16 letters. This aligns with the grouping of characters...

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...

This is a small clean up that removes the already rare uses of the proof irrelevance axiom.

``` Require Import VST.floyd.proofauto. Goal forall A B C P, (P && B) |-- C -> A * (P && B) |-- A * C. intros A B C P...