Skip to content

Stylistic improvements of the merkle tree verify algorithms

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

Merge request reports

Loading