MCPcopy Create free account
hub / github.com/demoth/jake2 / MD4

Method MD4

qcommon/src/main/java/jake2/qcommon/MD4.java:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 //...........................................................................
61
62 public MD4() {
63 super("MD4");
64 engineReset();
65 }
66
67 /**
68 * This constructor is here to implement cloneability of this class.

Callers

nothing calls this directly

Calls 2

engineResetMethod · 0.95
cloneMethod · 0.45

Tested by

no test coverage detected