[Aaru.Decryption] Reformat and cleanup.

This commit is contained in:
2023-10-03 23:10:41 +01:00
parent ac1db3b2e9
commit 4ce6ff54c8
10 changed files with 1615 additions and 1597 deletions

View File

@@ -2,10 +2,13 @@ namespace Aaru.Decryption;
public enum DvdCssKeyClass : byte
{
DvdCssCppmOrCprm = 0, RewritableSecurityServicesA = 1
DvdCssCppmOrCprm = 0,
RewritableSecurityServicesA = 1
}
public enum DvdCssKeyType
{
Key1 = 0, Key2 = 1, BusKey = 2
Key1 = 0,
Key2 = 1,
BusKey = 2
}