diff options
| author | J08nY | 2020-12-10 17:33:19 +0100 |
|---|---|---|
| committer | J08nY | 2020-12-10 17:33:19 +0100 |
| commit | c952dcb9b0f463c4a407d26a30a07b26779610b2 (patch) | |
| tree | d6ed583682fe013b9d0bedf25bdb6b4958e88d56 /docs/index.rst | |
| parent | 9c4e18e8563c120f5dfaa5945d51e164f776adc2 (diff) | |
| download | pyecsca-c952dcb9b0f463c4a407d26a30a07b26779610b2.tar.gz pyecsca-c952dcb9b0f463c4a407d26a30a07b26779610b2.tar.zst pyecsca-c952dcb9b0f463c4a407d26a30a07b26779610b2.zip | |
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 0ed7089..dd0bc67 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -83,6 +83,10 @@ Requirements - pyscard_ + - **Faster arithmetic:** + + - gmpy2_ (and also GMP library) + *pyecsca* contains data from the `Explicit-Formulas Database`_ by Daniel J. Bernstein and Tanja Lange. It also supports working with Riscure_ Inspector trace sets, which are of a proprietary format. @@ -148,6 +152,7 @@ this support is very appreciated. .. _picoscope: https://github.com/colinoflynn/pico-python .. _chipwhisperer: https://github.com/newaetech/chipwhisperer .. _pyscard: https://pyscard.sourceforge.io/ +.. _gmpy2: https://gmpy2.readthedocs.io/ .. _nose2: https://nose2.readthedocs.io .. _green: https://github.com/CleanCut/green .. _parameterized: https://github.com/wolever/parameterized |
