Fix typo in GenerateD1

This commit is contained in:
Deterous
2023-10-27 16:02:11 +13:00
parent 7a925c959e
commit 1124b604a2
+1 -1
View File
@@ -179,7 +179,7 @@ namespace LibIRD
throw new ArgumentException("Disc Key must be a byte array of length 16", nameof(key)); throw new ArgumentException("Disc Key must be a byte array of length 16", nameof(key));
// TODO: AES decryption // TODO: AES decryption
Data2Key = key; Data1Key = key;
} }
/// <summary> /// <summary>