diff options
| author | J08nY | 2021-04-10 17:50:05 +0200 |
|---|---|---|
| committer | J08nY | 2021-04-10 17:50:05 +0200 |
| commit | b76ec0890e4cf997ce5a0b4494722931094683f7 (patch) | |
| tree | 2dc049de8a79adc7b3b23d746ef4f28d58e33fbc /README.md | |
| parent | a7ad11f7cd917be55dbd036a516fefda4d19dd4a (diff) | |
| download | pyecsca-b76ec0890e4cf997ce5a0b4494722931094683f7.tar.gz pyecsca-b76ec0890e4cf997ce5a0b4494722931094683f7.tar.zst pyecsca-b76ec0890e4cf997ce5a0b4494722931094683f7.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ #  -[](https://neuromancer.sk/pyecsca/) [](https://github.com/J08nY/pyecsca/blob/master/LICENSE)   [](https://codecov.io/gh/J08nY/pyecsca)  +[](https://neuromancer.sk/pyecsca/) [](https://github.com/J08nY/pyecsca/blob/master/LICENSE)   [](https://codecov.io/gh/J08nY/pyecsca)  [](https://deepsource.io/gh/J08nY/pyecsca/?ref=repository-badge) **Py**thon **E**lliptic **C**urve cryptography **S**ide-**C**hannel **A**nalysis toolkit. @@ -60,6 +60,8 @@ It also supports working with [Riscure](https://www.riscure.com) Inspector trace ### Testing & Development +See the [Makefile](Makefile) for tests, performance measurement, codestyle and type checking commands. + - [nose2](https://nose2.readthedocs.io) - [green](https://github.com/CleanCut/green) - [mypy](http://mypy-lang.org/) @@ -69,6 +71,7 @@ It also supports working with [Riscure](https://www.riscure.com) Inspector trace - [interrogate](https://interrogate.readthedocs.io/) - [pyinstrument](https://github.com/joerick/pyinstrument/) - [pre-commit](https://pre-commit.com/) at `.pre-commit-config.yaml` + - [black](https://github.com/psf/black) ### Docs |
