as-sha256 icon indicating copy to clipboard operation
as-sha256 copied to clipboard

Unsigned hash object properties

Open twoeths opened this issue 4 years ago • 0 comments

Motivation This is the way we calculate a HashObject from byte array: https://github.com/ChainSafe/as-sha256/blob/d2b3c07149ba2b590db2d026dc6a45a0e941778b/src/index.js#L92

The result may return negative numbers, we want to make it unsigned integers to be more clean, make sure we don't have any performance impact with that.

twoeths avatar Aug 30 '21 09:08 twoeths