aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2020-06-13 19:00:29 +0200
committerJ08nY2020-06-13 19:00:29 +0200
commitbec7fbe0996481bbebab80b18d781f408d96aae6 (patch)
treed312181d9e69ebae3a7ccbd5dba87cec40cb428c
parentc1d8ed8ea202757db237ba870872b39a085b64a9 (diff)
downloadpyecsca-bec7fbe0996481bbebab80b18d781f408d96aae6.tar.gz
pyecsca-bec7fbe0996481bbebab80b18d781f408d96aae6.tar.zst
pyecsca-bec7fbe0996481bbebab80b18d781f408d96aae6.zip
Update READMEs.
-rw-r--r--README.md18
-rw-r--r--docs/index.rst26
2 files changed, 36 insertions, 8 deletions
diff --git a/README.md b/README.md
index a93bb41..64dffa5 100644
--- a/README.md
+++ b/README.md
@@ -18,14 +18,23 @@ and ECC simulation in the [*pyecsca.ec*](pyecsca/ec) package.
- [Numpy](https://www.numpy.org/)
- [Scipy](https://www.scipy.org/)
- - [matplotlib](https://matplotlib.org/)
- [atpublic](https://public.readthedocs.io/)
- [fastdtw](https://github.com/slaypni/fastdtw)
- [asn1crypto](https://github.com/wbond/asn1crypto)
+ - [h5py](https://www.h5py.org/)
+ - [holoviews](https://holoviews.org)
+ - [bokeh](https://bokeh.org)
+ - [datashader](https://datashader.org)
+ - [matplotlib](https://matplotlib.org/)
+ - [xarray](https://xarray.pydata.org/en/stable/)
- **Optionally**:
- - [picosdk](https://github.com/picotech/picosdk-python-wrappers/)
- - [picoscope](https://github.com/colinoflynn/pico-python)
- - [chipwhisperer](https://github.com/newaetech/chipwhisperer)
+ - **Oscilloscope support:**
+ - [picosdk](https://github.com/picotech/picosdk-python-wrappers/)
+ - [picoscope](https://github.com/colinoflynn/pico-python)
+ - [chipwhisperer](https://github.com/newaetech/chipwhisperer)
+ - **Smartcard support:**
+ - [pyscard](https://pyscard.sourceforge.io/)
+
*pyecsca* contains data from the [Explicit-Formulas Database](https://www.hyperelliptic.org/EFD/index.html) by Daniel J. Bernstein and Tanja Lange.
The data was partially changed, to make working with it easier.
@@ -37,6 +46,7 @@ It also supports working with [Riscure](https://www.riscure.com) Inspector trace
- [nose2](https://nose2.readthedocs.io)
- [green](https://github.com/CleanCut/green)
- [mypy](http://mypy-lang.org/)
+ - [parameterized](https://github.com/wolever/parameterized)
- [flake8](https://flake8.pycqa.org/)
- [coverage](https://coverage.readthedocs.io/)
diff --git a/docs/index.rst b/docs/index.rst
index d8309ab..4067296 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -49,15 +49,25 @@ Requirements
- Numpy_
- Scipy_
- - matplotlib_
- atpublic_
- fastdtw_
- asn1crypto_
+ - h5py_
+ - holoviews_
+ - bokeh_
+ - datashader_
+ - matplotlib_
+ - xarray_
- **Optionally**:
- - picosdk_
- - picoscope_
- - chipwhisperer_
+ - **Oscilloscope support:**
+
+ - picosdk_
+ - picoscope_
+ - chipwhisperer_
+ - **Smartcard support:**
+
+ - pyscard_
*pyecsca* contains data from the `Explicit-Formulas Database`_ by Daniel J. Bernstein and Tanja Lange.
@@ -69,6 +79,7 @@ Testing
- nose2_
- green_
+ - parameterized_
- mypy_
- flake8_
- coverage_
@@ -114,11 +125,18 @@ this support is very appreciated.
.. _atpublic: https://public.readthedocs.io/
.. _fastdtw: https://github.com/slaypni/fastdtw
.. _asn1crypto: https://github.com/wbond/asn1crypto
+.. _h5py: https://www.h5py.org/
+.. _holoviews: https://holoviews.org
+.. _bokeh: https://bokeh.org
+.. _datashader: https://datashader.org
+.. _xarray: https://xarray.pydata.org/en/stable/
.. _picosdk: https://github.com/picotech/picosdk-python-wrappers/
.. _picoscope: https://github.com/colinoflynn/pico-python
.. _chipwhisperer: https://github.com/newaetech/chipwhisperer
+.. _pyscard: https://pyscard.sourceforge.io/
.. _nose2: https://nose2.readthedocs.io
.. _green: https://github.com/CleanCut/green
+.. _parameterized: https://github.com/wolever/parameterized
.. _mypy: http://mypy-lang.org/
.. _flake8: https://flake8.pycqa.org/
.. _coverage: https://coverage.readthedocs.io/