It seems that the base radix encoder new BigInteger().toString(radix) sometimes adds a leading zero which makes it hard to parse since the length of the byte array is different.
This is also the reason sometimes the CI job fails, see: https://travis-ci.org/patrickfav/bytes-java/builds/392779046
It seems that the base radix encoder
new BigInteger().toString(radix)sometimes adds a leading zero which makes it hard to parse since the length of the byte array is different.This is also the reason sometimes the CI job fails, see: https://travis-ci.org/patrickfav/bytes-java/builds/392779046