Package com.biglybt.core.util
Class MD4Hasher
java.lang.Object
com.biglybt.core.util.MD4Hasher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
md4
-
-
Constructor Details
-
MD4Hasher
public MD4Hasher()Uses bouncy castle provider
-
-
Method Details
-
reset
public void reset() -
update
public void update(byte[] data, int pos, int len) -
update
public void update(byte[] data) -
getDigest
public byte[] getDigest()
-