From 950f680d683835afce1746129d279310759cdc10 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 7 Mar 2018 00:41:45 +0100 Subject: [PATCH] Add req_pq_multi function --- compiler/api/source/auth_key.tl | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/api/source/auth_key.tl b/compiler/api/source/auth_key.tl index 77c4c602..e0af9dcd 100644 --- a/compiler/api/source/auth_key.tl +++ b/compiler/api/source/auth_key.tl @@ -29,6 +29,7 @@ destroy_auth_key_fail#ea109b13 = DestroyAuthKeyRes; ---functions--- req_pq#60469778 nonce:int128 = ResPQ; +req_pq_multi#be7e8ef1 nonce:int128 = ResPQ; req_DH_params#d712e4be nonce:int128 server_nonce:int128 p:bytes q:bytes public_key_fingerprint:long encrypted_data:bytes = Server_DH_Params;