MCPcopy Create free account
hub / github.com/Maschell/JNUSTool / getHash

Method getHash

src/de/mas/jnustool/FEntry.java:311–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

309 }
310
311 public byte[] getHash() {
312 return Arrays.copyOfRange(hash,0,20);
313 }
314
315 public void setHash(byte[] hash) {
316 this.hash = hash;

Callers 3

getH3Method · 0.95
decryptFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected