Suitable hash code methods for an array of bytes?

后端 未结 4 1693

What is the best hash method for an array of byte?

The arrays are serialized class objects containing jpeg image passed between applications over TCP/IP

4条回答
  •  独厮守ぢ
    2021-01-18 06:18

    Any of the crypto hashing stuff should work. Not sure about the speed. Perhaps MD5?

提交回复
热议问题