BlockstreamResearch / codex32

A paper computer for Shamir's Secret Sharing over the Bech32 alphabet.
80 stars 23 forks source link

split checksum table across two pages #28

Closed apoelstra closed 2 years ago

apoelstra commented 2 years ago

Replace checksum table with a two-page version that uses largely the same style as #27.

apoelstra commented 2 years ago

May want to try to unify the style with #27

apoelstra commented 2 years ago

Pushed alternate layout based on #27. Now there is one style on each page so you can easily compare/contrast them.

roconnor-blockstream commented 2 years ago

This PR is missing blue stripes?

roconnor-blockstream commented 2 years ago

Maybe rebase it on top of PR #29.

apoelstra commented 2 years ago

Rebased on #29 and pushed.

I think my previous push was the wrong commit -- it looks like my 2021-12--checksum workspace was on a detached HEAD so none of the work I was doing there was attached to a pushable branch. This one should be correct.

roconnor-blockstream commented 2 years ago

Needs another rebase.

apoelstra commented 2 years ago

Rebased on master.

roconnor-blockstream commented 2 years ago

Page 24 needs a showpage.

roconnor-blockstream commented 2 years ago

It would be better if the blue boxes extended all the way to the edge of the next column.

apoelstra commented 2 years ago

Made both changes. I'm not sure it looks better but I have no strong opinion.

roconnor-blockstream commented 2 years ago

ps2pdf -sDEFAULTPAPERSIZE=a4 -dPDFSETTINGS=/prepress SSS32.ps SSS32.pdf shows that the page title is cut off when printed on A4 paper.

Also needs to be rebased again.