Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Unsigned hash object properties #66

@twoeths

Description

@twoeths

Motivation
This is the way we calculate a HashObject from byte array:

return byteArrayToHashObject(staticInstance.uint8OutputArray);

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions