If your big integer has the high bit set, the byte array you get back will have an extra byte to leave room for the sign bit. There's no way to avoid it.In this example, tokenSeed.length == 17, when the input was 32 hex characters.
If your big integer has the high bit set, the byte array you get back will have an extra byte to leave room for the sign bit. There's no way to avoid it.
ReplyDeleteIn this example, tokenSeed.length == 17, when the input was 32 hex characters.