Class SpookyHashV2


  • public class SpookyHashV2
    extends Object
    Reference implementation: http://burtleburtle.net/bob/hash/spooky.html
    • Method Detail

      • hash64

        public static long hash64​(Slice data,
                                  int offset,
                                  int length,
                                  long seed)
      • hash32

        public static int hash32​(Slice data,
                                 int offset,
                                 int length,
                                 long seed)