(feat): more crypto migration
This commit is contained in:
parent
3b1746585f
commit
01ebc48901
1 changed files with 6 additions and 18 deletions
|
|
@ -99,13 +99,10 @@ type_maps:
|
||||||
AppChallengeResponse: 133
|
AppChallengeResponse: 133
|
||||||
AppIdentificationResponse: 134
|
AppIdentificationResponse: 134
|
||||||
LoadTxtRecord: 135
|
LoadTxtRecord: 135
|
||||||
SetEncryptedDeviceSecret: 139
|
SetChatSecret: 139
|
||||||
GetEncryptedDeviceSecret: 140
|
GetChatSecret: 140
|
||||||
EncryptedDeviceSecretResponse: 141
|
ChatSecretResponse: 141
|
||||||
EncryptedMessage: 142
|
ChatSecretForward: 142
|
||||||
EncryptedMessageAck: 143
|
|
||||||
EncryptedMessagesGet: 144
|
|
||||||
EncryptedMessagesResponse: 145
|
|
||||||
DataTypes:
|
DataTypes:
|
||||||
ErrorType: 32
|
ErrorType: 32
|
||||||
ErrorProtocol: 33
|
ErrorProtocol: 33
|
||||||
|
|
@ -213,18 +210,9 @@ type_maps:
|
||||||
SecretId: 142
|
SecretId: 142
|
||||||
VersionNumber: 143
|
VersionNumber: 143
|
||||||
EncryptedSecret: 144
|
EncryptedSecret: 144
|
||||||
WrappingPublicKeyId: 145
|
|
||||||
WrappingScheme: 146
|
WrappingScheme: 146
|
||||||
UpdatedAt: 147
|
UpdatedAt: 147
|
||||||
MessageId: 148
|
ChatId: 148
|
||||||
ConversationId: 149
|
KemCiphertext: 149
|
||||||
SenderClientId: 150
|
|
||||||
RecipientClientId: 151
|
|
||||||
SenderUserId: 152
|
SenderUserId: 152
|
||||||
RecipientUserId: 153
|
RecipientUserId: 153
|
||||||
EncryptionVersion: 154
|
|
||||||
HasMore: 155
|
|
||||||
NextCursor: 156
|
|
||||||
Since: 157
|
|
||||||
Limit: 158
|
|
||||||
PeerClientId: 159
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue