diff options
| author | J08nY | 2020-02-08 23:23:02 +0100 |
|---|---|---|
| committer | J08nY | 2020-02-08 23:23:02 +0100 |
| commit | 2b8f3752505c3a03f617534ebfadd7fb70e09ba2 (patch) | |
| tree | f1eb76b4eca348ae763e2578ef0e13d2b8a1d74b /README.md | |
| parent | 59b09851d4452448ffd9100aca2335f2424885e0 (diff) | |
| download | pyecsca-2b8f3752505c3a03f617534ebfadd7fb70e09ba2.tar.gz pyecsca-2b8f3752505c3a03f617534ebfadd7fb70e09ba2.tar.zst pyecsca-2b8f3752505c3a03f617534ebfadd7fb70e09ba2.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -20,6 +20,10 @@ and ECC simulation in the [*pyecsca.ec*](pyecsca/ec) package. - [atpublic](https://public.readthedocs.io/) - [fastdtw](https://github.com/slaypni/fastdtw) - [asn1crypto](https://github.com/wbond/asn1crypto) + - **Optionally**: + - [picosdk](https://github.com/picotech/picosdk-python-wrappers/) + - [picoscope](https://github.com/colinoflynn/pico-python) + - [chipwhisperer](https://github.com/newaetech/chipwhisperer) *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. @@ -31,6 +35,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/) + - [flake8](https://flake8.pycqa.org/) - [coverage](https://coverage.readthedocs.io/) ### Docs @@ -43,7 +48,7 @@ It also supports working with [Riscure](https://www.riscure.com) Inspector trace MIT License - Copyright (c) 2018-2019 + Copyright (c) 2018-2020 Jan Jancar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |
