Initial version

This commit is contained in:
Lol3rrr
2024-09-15 05:09:15 +02:00
commit c7aa4dbe8c
489 changed files with 124650 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;
}