Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Maschell/JNUSTool
/ init
Method
init
src/de/mas/jnustool/util/Decryption.java:59–61 ·
view source on GitHub ↗
(byte[] IV)
Source
from the content-addressed store, hash-verified
57
58
59
private
void
init(byte[] IV) {
60
init(decryptedKey,IV);
61
}
62
63
private
void
init(long titleid) {
64
init(ByteBuffer.allocate(16).putLong(titleid).array());
Callers
3
NUSTitle
Method · 0.95
Decryption
Method · 0.95
decryptFileChunk
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected