Consistent BLAKE2b capitalization

This commit is contained in:
Jack Grigg 2020-03-04 08:08:35 +13:00 committed by Daira Hopwood
parent f04f47f251
commit a239b8e3c9
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ and append operations. In the worst case scenario, a well-resourced attacker cou
maintain 2 chains of approximately equal length, and alternate which chain they extend.
This would result in repeated reorgs of increasing length.
Given the performance of Blake2b, we expect this validation cost to be negligible.
Given the performance of BLAKE2b, we expect this validation cost to be negligible.
However, it seems prudent to benchmark potential MMR implementations during the
implementation process. Should the validation cost be higher than expected, there are
several potential mitigations, e.g. holding recently seen nodes in memory after a reorg.