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 /docs/index.rst | |
| parent | 59b09851d4452448ffd9100aca2335f2424885e0 (diff) | |
| download | pyecsca-2b8f3752505c3a03f617534ebfadd7fb70e09ba2.tar.gz pyecsca-2b8f3752505c3a03f617534ebfadd7fb70e09ba2.tar.zst pyecsca-2b8f3752505c3a03f617534ebfadd7fb70e09ba2.zip | |
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 795713b..49bab42 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,6 +39,11 @@ Requirements - atpublic_ - fastdtw_ - asn1crypto_ + - **Optionally**: + + - picosdk_ + - picoscope_ + - chipwhisperer_ *pyecsca* contains data from the `Explicit-Formulas Database`_ by Daniel J. Bernstein and Tanja Lange. @@ -51,6 +56,7 @@ Testing - nose2_ - green_ - mypy_ + - flake8 - coverage_ Docs @@ -64,7 +70,7 @@ License 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 @@ -93,9 +99,13 @@ this support is very appreciated. .. _atpublic: https://public.readthedocs.io/ .. _fastdtw: https://github.com/slaypni/fastdtw .. _asn1crypto: https://github.com/wbond/asn1crypto +.. _picosdk: https://github.com/picotech/picosdk-python-wrappers/ +.. _picoscope: https://github.com/colinoflynn/pico-python +.. _chipwhisperer: https://github.com/newaetech/chipwhisperer .. _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/ .. _sphinx: https://www.sphinx-doc.org/ .. _sphinx-autodoc-typehints: https://pypi.org/project/sphinx-autodoc-typehints/ |
