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
8
steam/protos/offline_ticket.proto
Normal file
8
steam/protos/offline_ticket.proto
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue