diff --git a/4sem/isaip/02/RSA/rsaNk.ipynb b/4sem/isaip/02/RSA/rsaNk.ipynb index 8c54f03..086c313 100644 --- a/4sem/isaip/02/RSA/rsaNk.ipynb +++ b/4sem/isaip/02/RSA/rsaNk.ipynb @@ -239,11 +239,7 @@ { "cell_type": "code", "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "uKS9PEF0wu0M", - "outputId": "0555f9a9-d86a-4063-fed7-1ae8da28b2e8" + "id": "uKS9PEF0wu0M" }, "source": [ "messages = [\n", @@ -256,17 +252,7 @@ " assert message == decrypted_message, \"Cypher error!\"" ], "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "text": [ - "sosait\n", - "Encrypted message will be really long\n", - "sosait\n" - ], - "name": "stdout" - } - ] + "outputs": [] }, { "cell_type": "code",