initial import from steam-vent repo

This commit is contained in:
Robin Appelman 2025-09-07 22:35:14 +02:00
commit d936a6049b
237 changed files with 607341 additions and 0 deletions

View 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;
}