Commit Graph

1280 Commits

Author SHA1 Message Date
Jack Grigg 5285737bf0 Add skeleton of key structure 2021-01-20 19:51:03 +00:00
Jack Grigg f3a36457d7 book: Add rationale for nullifier design 2021-01-20 14:12:38 +00:00
Jack Grigg 0abc0ef11a book: Revert to the previous nullifier design
We examined the nullifier designs more closely, and determined that the
previously-selected design was actually fine, but for a somewhat-subtle
reason: even though an adversary with knowledge of a victim's full viewing
key could choose psi to cancel out Hash_nk(rho), the nullifier still
directly depends on rho via the note commitment.
2021-01-20 14:06:03 +00:00
str4d eb3013f33d
Merge pull request #12 from zcash/mdbook-update
Use mdbook 0.4.5
2021-01-09 15:43:49 +13:00
Jack Grigg 06799fc4b2 Use mdbook 0.4.5
https://blog.rust-lang.org/2021/01/04/mdbook-security-advisory.html
2021-01-09 02:35:40 +00:00
str4d f3a51fa6f4
Merge pull request #11 from zcash/new-nullifier-design
book: New nullifier design
2021-01-09 13:57:16 +13:00
Jack Grigg 9410d14d0a book: Switch to a new nullifier design
The previously-selected design was broken because an adversary with
knowledge of a victim's full viewing key could perform a Faerie Gold
attack: given knowledge of nk, they can choose psi to cancel out
Hash_nk(rho) and cause a collision.
2021-01-09 00:22:52 +00:00
Jack Grigg 750bdfb700 book: Update definitions on nullifier page 2021-01-08 23:29:46 +00:00
str4d a4fb24b724
Merge pull request #9 from zcash/orchard-design
Add Orchard design notes to the book
2021-01-09 06:23:06 +13:00
Jack Grigg 0fcacf9af0 book: Start adding Orchard design notes
Some of this content may move into the concepts section, or possibly into
a dedicated specification area, but for now the design section includes
our choices alongside the reasoning.
2021-01-08 17:10:12 +00:00
Jack Grigg db24a2ac4d book: Add KaTeX support 2021-01-08 17:01:35 +00:00
str4d f2d7415874
Merge pull request #8 from zcash/rename
Rename to Orchard
2021-01-09 05:58:28 +13:00
Jack Grigg 10bae831eb Rename to Orchard 2021-01-08 16:51:10 +00:00
str4d 4a4d7ea818
Merge pull request #1 from zcash/book-skeleton
Book skeleton
2020-10-28 18:08:07 +00:00
Jack Grigg 0bf9703452 CI: Run book tests 2020-10-27 21:23:35 +00:00
Jack Grigg 8e6d2a7023 Add initial book skeleton 2020-10-27 21:23:20 +00:00
Jack Grigg 9f3db3e6e5 Fix Markdown typo in README 2020-10-21 00:41:42 +01:00
Jack Grigg 012d5b9bb7 Add halo2 to dependencies 2020-10-20 23:18:40 +01:00
Jack Grigg 7360a22776 Collect benchmarks on criterion.dev 2020-10-20 23:18:25 +01:00
Jack Grigg f4f1b77534 Add book to README 2020-10-20 23:09:21 +01:00
Jack Grigg 6614e800d9 Update crate authors 2020-10-20 23:03:33 +01:00
Jack Grigg 91fc0ffe51 Actions workflow to deploy book to GH Pages 2020-10-20 23:03:19 +01:00
Jack Grigg b975600b35 Initialise empty mdBook 2020-10-20 23:02:49 +01:00
Jack Grigg 7905a0c80a Update crate attributes 2020-10-20 22:44:33 +01:00
Jack Grigg 6bda806c58 Better description 2020-10-20 22:36:48 +01:00
Jack Grigg 1426507fb3 Comprehensive CI :) 2020-10-20 22:35:55 +01:00
Sean Bowe 9d63c38e38
Merge branch 'change-license' into main 2020-10-20 15:16:35 -06:00
Sean Bowe 0f08704535
Add empty README.md 2020-10-20 15:16:02 -06:00
Sean Bowe c148a7ba10
Change to TGPPL 2020-10-20 15:13:21 -06:00
Sean Bowe d2fa7fbaf1
Initial commit 2020-10-20 15:12:37 -06:00