mirror of
https://github.com/aaru-dps/Aaru.Decryption.git
synced 2025-12-16 19:24:33 +00:00
[Aaru.Decryption] Reformat and cleanup.
This commit is contained in:
7
Enums.cs
7
Enums.cs
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user