diff options
| -rw-r--r-- | .gitignore | 49 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | analysis/ec.py (renamed from util/ec.py) | 0 | ||||
| -rw-r--r-- | analysis/plot_dh.ipynb (renamed from util/plot_dh.ipynb) | 0 | ||||
| -rw-r--r-- | analysis/plot_dsa.ipynb (renamed from util/plot_dsa.ipynb) | 0 | ||||
| -rw-r--r-- | analysis/plot_gen.ipynb (renamed from util/plot_gen.ipynb) | 0 | ||||
| -rw-r--r-- | analysis/utils.py (renamed from util/utils.py) | 0 |
7 files changed, 12 insertions, 41 deletions
@@ -1,45 +1,16 @@ -# Built artifacts in /dist and /applet. -/build/ -/dist/lib/ -/dist/ECTesterReader.jar -/dist/ECTesterReader-dist.jar -/dist/ectester-reader.sh -/dist/ectester-reader.bat -/dist/ECTesterStandalone.jar -/dist/ECTesterStandalone-dist.jar -/applet/ectester.cap -/applet/ectester221.cap -/applet/ectester222.cap -/applet/ectester304.cap - -# Test runs in /dist -/dist/*.default -/dist/*.test-vectors -/dist/*.compression -/dist/*.cofactor -/dist/*.composite -/dist/*.wrong -/dist/*.invalid -/dist/*.twist -/dist/*.miscellaneous -/dist/*.degenerate -/dist/*.edge-cases -/dist/*.xml -/dist/*.yml - # Built binaries in /src. -/src/**/*.a -/src/**/*.o -/src/**/*.obj -/src/**/*.so -/src/**/*.dll -/src/**/*.exp -/src/**/*.lib -/src/**/*.pdb +/standalone/src/**/*.a +/standalone/src/**/*.o +/standalone/src/**/*.obj +/standalone/src/**/*.so +/standalone/src/**/*.dll +/standalone/src/**/*.exp +/standalone/src/**/*.lib +/standalone/src/**/*.pdb # Python stuff -/util/__pycache__/ -/util/.ipynb_checkpoints/ +__pycache__/ +.ipynb_checkpoints/ # Ignore Gradle project-specific cache directory .gradle @@ -275,7 +275,7 @@ index;signTime[nano];verifyTime[nano];data;pubW;privS;signature[SHA1];nonce;vali 3;19589990;37379094;a82187036e952ef2facb119b283883473944a0705f6e5979bf941789006b1b66;0463456917124646414c737ab5b2f83cf14d87139d047eac35b3e045a3e779ba345150d02e334454a8;3ebe95d4fda4988e000cba9b0cce25992da0f11d;302c02142017caabf802f18c5ac26d7b9c4679d34fcbd335021442a6dd6d63e136a27cda25e0e6197db4a30a9609;00ecdd91d35735d084dfb912d4aeca7e3f68cf2cd5;1 4;15369903;22086733;a82187036e952ef2facb119b283883473944a0705f6e5979bf941789006b1b66;0463456917124646414c737ab5b2f83cf14d87139d047eac35b3e045a3e779ba345150d02e334454a8;3ebe95d4fda4988e000cba9b0cce25992da0f11d;302e021500c82cb5d17aa2c1e13659c3ee0be8896f8e416731021500a1bdbfb48c46490c82af88f590c79d5770916c79;0094f752027314501b3586295c660576c184d9c9ee;1 ``` -This output can be then analysed using Jupyter notebooks in the `util` directory, see [analysis](#analysis) for more. +This output can be then analysed using Jupyter notebooks in the `analysis` directory, see [analysis](#analysis) for more. Snippet below shows output of the info command: ``` @@ -670,7 +670,7 @@ It is recommended to disable [CPU frequency scaling](https://wiki.archlinux.org/ ECTester contains a few Jupyter notebooks that perform timing analysis on data generated by either the ECTester reader app or the standalone app. These notebooks currently operate on data from the ECDSA, ECDH or key generation commands. -[](https://mybinder.org/v2/gh/crocs-muni/ECTester/master?filepath=util%2Fplot_dsa.ipynb) [](https://mybinder.org/v2/gh/crocs-muni/ECTester/master?filepath=util%2Fplot_dh.ipynb) [](https://mybinder.org/v2/gh/crocs-muni/ECTester/master?filepath=util%2Fplot_gen.ipynb) +[](https://mybinder.org/v2/gh/crocs-muni/ECTester/master?filepath=analysis%2Fplot_dsa.ipynb) [](https://mybinder.org/v2/gh/crocs-muni/ECTester/master?filepath=analysis%2Fplot_dh.ipynnnb) [](https://mybinder.org/v2/gh/crocs-muni/ECTester/master?filepath=analysis%2Fplot_gen.ipynb) ### Requirements diff --git a/util/ec.py b/analysis/ec.py index 4e3244a..4e3244a 100644 --- a/util/ec.py +++ b/analysis/ec.py diff --git a/util/plot_dh.ipynb b/analysis/plot_dh.ipynb index f43d631..f43d631 100644 --- a/util/plot_dh.ipynb +++ b/analysis/plot_dh.ipynb diff --git a/util/plot_dsa.ipynb b/analysis/plot_dsa.ipynb index abd6531..abd6531 100644 --- a/util/plot_dsa.ipynb +++ b/analysis/plot_dsa.ipynb diff --git a/util/plot_gen.ipynb b/analysis/plot_gen.ipynb index 8e6913f..8e6913f 100644 --- a/util/plot_gen.ipynb +++ b/analysis/plot_gen.ipynb diff --git a/util/utils.py b/analysis/utils.py index 014c4c6..014c4c6 100644 --- a/util/utils.py +++ b/analysis/utils.py |
