Package com.biglybt.core.util
Class ED2KHasher
java.lang.Object
com.biglybt.core.util.ED2KHasher
-
Field Details
-
BLOCK_SIZE
public static final int BLOCK_SIZE- See Also:
-
current_hasher
-
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()
-