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

Unsigned hash object properties #66

Open
twoeths opened this issue Aug 30, 2021 · 0 comments
Open

Unsigned hash object properties #66

twoeths opened this issue Aug 30, 2021 · 0 comments
Assignees

Comments

@twoeths
Copy link
Contributor

twoeths commented Aug 30, 2021

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant