From 91fb82d59bf478d834e2b907a91c10ae6cdb6f23 Mon Sep 17 00:00:00 2001 From: bruwbird Date: Thu, 12 Nov 2020 08:27:39 +0900 Subject: [PATCH] initial commit --- code-ch01/Chapter1.ipynb | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/code-ch01/Chapter1.ipynb b/code-ch01/Chapter1.ipynb index f8055f46..8e55dfb1 100644 --- a/code-ch01/Chapter1.ipynb +++ b/code-ch01/Chapter1.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -19,9 +19,17 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": {}, - "outputs": [], + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "False\nTrue\n" + ] + } + ], "source": [ "from ecc import FieldElement\n", "a = FieldElement(7, 13)\n", @@ -328,7 +336,17 @@ ] } ], - "metadata": {}, + "metadata": { + "kernelspec": { + "name": "python3", + "display_name": "Python 3.8.5 64-bit ('.venv': venv)", + "metadata": { + "interpreter": { + "hash": "c5beaf983d0ca2a88c281afbd82dfc6c7df8847622868047b07e17bad886307a" + } + } + } + }, "nbformat": 4, "nbformat_minor": 2 -} +} \ No newline at end of file