pythonhacktoberfeststeamauthenticationauthenticatorsteam-authenticatorsteam-clientsteam-guard-codessteam-websteamworksvalvewebapi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
221 B
9 lines
221 B
syntax = "proto2";
|
|
message Offline_Ticket {
|
|
optional bytes encrypted_ticket = 1;
|
|
optional bytes signature = 2;
|
|
optional int32 kdf1 = 3;
|
|
optional bytes salt1 = 4;
|
|
optional int32 kdf2 = 5;
|
|
optional bytes salt2 = 6;
|
|
}
|
|
|