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