Skip to content

Stylistic improvements of the merkle tree verify algorithms

Niels Möller requested to merge nisse/merkle-style into main

Name predicate functions to use names like isOdd, isEven, isPowerOfTwo. Delete rshift function, replaced with direct use of the ">>= 1" operation.

Merge request reports