From 9d96abe6296b24dd2a89967bc293d8eb685c5119 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Sun, 18 Mar 2018 20:58:28 +0000 Subject: [PATCH] Change MerkleDepth^Sapling from 29 to 32. Fixes #143 Signed-off-by: Daira Hopwood --- protocol/protocol.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/protocol/protocol.tex b/protocol/protocol.tex index 884336e6..1bdee0d1 100644 --- a/protocol/protocol.tex +++ b/protocol/protocol.tex @@ -3900,7 +3900,7 @@ Define: \begin{formulae}[itemsep=\sprout{1ex}\notsprout{0.2ex}] \item $\MerkleDepthSprout \typecolon \Nat := \changed{29}$ \sapling{ - \item $\MerkleDepthSapling \typecolon \Nat := 29$ + \item $\MerkleDepthSapling \typecolon \Nat := 32$ } %sapling \item $\NOld \typecolon \Nat := 2$ \item $\NNew \typecolon \Nat := 2$ @@ -7496,6 +7496,9 @@ Daira Hopwood, Sean Bowe, and Jack Grigg. \item Clarify the bit ordering of SHA-256. \item Drop $\type{\_t}$ from the names of representation types. \item Remove functions from the \Sprout specification that it does not use. +\sapling{ + \item Change $\MerkleDepthSapling$ from $29$ to $32$. +} \item Change the \texttt{Makefile} to avoid multiple reloads in PDF readers while rebuilding the PDF. \item Spacing and pagination improvements.