MCPcopy 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

NUSTitleMethod · 0.95
DecryptionMethod · 0.95
decryptFileChunkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected