How to get the hash value of a raw image?

0

I'm working with a json that has this attribute

"ImageHashValueRAW": "7aa7f94d221d2afb658dba986f328d419c892511719acc8a4742f4eda2f766a4"

I have an array of bytes [] called imageData. How can I get or remove the hash value from a byte array?

    
asked by goku venz 28.06.2018 в 01:37
source

0 answers