I have a byte array of the form [4,-101,122,-41,-30,23,-28,3,..] which I want to convert in the form 6d69f597b217fa333246c2c8 I\'m using below func
[4,-101,122,-41,-30,23,-28,3,..]
6d69f597b217fa333246c2c8
You need to pad the hex conversion with the appropriate number of leading zeroes.