aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJ08nY2020-06-13 19:00:29 +0200
committerJ08nY2020-06-13 19:00:29 +0200
commitbec7fbe0996481bbebab80b18d781f408d96aae6 (patch)
treed312181d9e69ebae3a7ccbd5dba87cec40cb428c /README.md
parentc1d8ed8ea202757db237ba870872b39a085b64a9 (diff)
downloadpyecsca-bec7fbe0996481bbebab80b18d781f408d96aae6.tar.gz
pyecsca-bec7fbe0996481bbebab80b18d781f408d96aae6.tar.zst
pyecsca-bec7fbe0996481bbebab80b18d781f408d96aae6.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 14 insertions, 4 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/)