mirror of https://github.com/zcash/zips.git
ZIP 316: Remove an incorrect parenthetical about the memory usage of streamed unjumbling.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
460c5b2ccc
commit
2d20028ecf
|
@ -709,8 +709,7 @@ collision-resistant hash function. After the first pass of :math:`d`, the
|
|||
implementation is able to compute :math:`y;` after the second pass it is
|
||||
able to compute :math:`a;` and the third allows it to compute and
|
||||
incrementally parse :math:`b.` The maximum memory usage during this process
|
||||
would be 128 bytes (for the cached :math:`c` or :math:`y`), plus two BLAKE2b
|
||||
hash states.
|
||||
would be 128 bytes plus two BLAKE2b hash states.
|
||||
|
||||
Since this streaming implementation of :math:`\mathsf{F4Jumble}^{-1}` is
|
||||
quite complicated, we do not require all Consumers to support it. If a
|
||||
|
|
Loading…
Reference in New Issue