@Runemoro please be more careful when mapping named (or seemingly named?) methods

This commit is contained in:
Adrian Siekierka 2019-04-16 17:23:32 +02:00
parent 3e46c4a21e
commit f5cae4511e
1 changed files with 0 additions and 2 deletions

View File

@ -3,5 +3,3 @@ CLASS pw net/minecraft/server/network/packet/LoginKeyC2SPacket
FIELD b encryptedNonce [B
METHOD a decryptSecretKey (Ljava/security/PrivateKey;)Ljavax/crypto/SecretKey;
ARG 1 privateKey
METHOD calculateNonce decryptNonce (Ljava/security/PrivateKey;)[B
ARG 1 privateKey