Skip to content

04. HashUtil

晓寻遥 edited this page Nov 6, 2021 · 1 revision

Introduce

HashUtil is actually a collection of hash algorithms.

various hash algorithms are integrated in this tool class.

method

  • additiveHash: Addition hash
  • rotatingHash: Rotating hash
  • oneByOneHash : One hash at a time
  • . . . . . .

more

to learn more, refer to the API documentation

Clone this wiki locally