Class AllBytesHashCalculator

  • All Implemented Interfaces:
    HashCalculator

    public class AllBytesHashCalculator
    extends java.lang.Object
    implements HashCalculator
    Hash function hashing all the bytes of an individual Instruction
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int calcHash​(int startHash, Instruction inst)
      Calculate a (partial) hash across a single instruction
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AllBytesHashCalculator

        public AllBytesHashCalculator()