Package com.biglybt.core.util
Class ED2KHasher
- java.lang.Object
-
- com.biglybt.core.util.ED2KHasher
-
public class ED2KHasher extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected MD4Hasher
block_hasher
static int
BLOCK_SIZE
protected int
current_bytes
protected MD4Hasher
current_hasher
-
Constructor Summary
Constructors Constructor Description ED2KHasher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getDigest()
void
update(byte[] data)
void
update(byte[] data, int pos, int len)
-
-
-
Field Detail
-
BLOCK_SIZE
public static final int BLOCK_SIZE
- See Also:
- Constant Field Values
-
current_hasher
protected MD4Hasher current_hasher
-
block_hasher
protected MD4Hasher block_hasher
-
current_bytes
protected int current_bytes
-
-