Browse Source
The BigInteger class we're using supports negative integers and encodes them with a sign bit. Since in our application we are dealing with unsigned integers only, we need to disable this functionality by creating two wrapper functions toByteArrayUnsigned and fromByteArrayUnsigned.hk-custom-address
4 changed files with 49 additions and 19 deletions
Loading…
Reference in new issue