Package net.runelite.cache.util
Class Djb2
- java.lang.Object
-
- net.runelite.cache.util.Djb2
-
public final class Djb2 extends java.lang.ObjectAn implementation of thedjb2hash function.
-
-
Constructor Summary
Constructors Constructor Description Djb2()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static inthash(java.lang.String str)An implementation of Dan Bernstein'sdjb2hash function which is slightly modified.
-