teleproto - v1.229.0
    Preparing search index...

    Function generateKeyDataFromNonce

    • Generates the key data corresponding to the given nonces

      Parameters

      • serverNonceBigInt: BigInteger
      • newNonceBigInt: BigInteger

      Returns Promise<{ iv: Buffer<ArrayBuffer>; key: Buffer<ArrayBuffer> }>