Class ED2KHasher

java.lang.Object
com.biglybt.core.util.ED2KHasher

public class ED2KHasher extends Object
  • Field Details

    • BLOCK_SIZE

      public static final int BLOCK_SIZE
      See Also:
    • current_hasher

      protected MD4Hasher current_hasher
    • block_hasher

      protected MD4Hasher block_hasher
    • current_bytes

      protected int current_bytes
  • Constructor Details

    • ED2KHasher

      public ED2KHasher()
  • Method Details

    • update

      public void update(byte[] data)
    • update

      public void update(byte[] data, int pos, int len)
    • getDigest

      public byte[] getDigest()