forked from sim0n00ps/OF-DL
9 lines
171 B
C#
9 lines
171 B
C#
namespace OF_DL.Widevine;
|
|
|
|
public class DerivedKeys
|
|
{
|
|
public byte[] Auth1 { get; set; }
|
|
public byte[] Auth2 { get; set; }
|
|
public byte[] Enc { get; set; }
|
|
}
|