mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
initial import from steam-vent repo
This commit is contained in:
commit
d936a6049b
237 changed files with 607341 additions and 0 deletions
10
steam/protos/encrypted_app_ticket.proto
Normal file
10
steam/protos/encrypted_app_ticket.proto
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
option optimize_for = SPEED;
|
||||
option cc_generic_services = false;
|
||||
|
||||
message EncryptedAppTicket {
|
||||
optional uint32 ticket_version_no = 1;
|
||||
optional uint32 crc_encryptedticket = 2;
|
||||
optional uint32 cb_encrypteduserdata = 3;
|
||||
optional uint32 cb_encrypted_appownershipticket = 4;
|
||||
optional bytes encrypted_ticket = 5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue