stephan

Results 2 issues of stephan

The current implementation stores the hashes as hexadecimal strings and computes parent hashes doing something like this: ``` parentHashHex = hash(new Buffer(leftHex + rightHex, 'hex')).toString('hex') ``` I'm not sure if...