Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
localValidDecryptedFileFound
Method · 0.95
getH3
Method · 0.95
decryptFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected