diff options
| author | J08nY | 2024-01-12 18:53:27 +0100 |
|---|---|---|
| committer | J08nY | 2024-01-12 18:53:27 +0100 |
| commit | d2b52349753c1ed940abecbc6fe3f561fc2fd8fe (patch) | |
| tree | c96f2acd3d7b4cc83adbf8181c0ee48a73eb9779 /docs | |
| parent | 28be5776e93ea6806e7830201c2ac3db31f07fc7 (diff) | |
| download | pyecsca-d2b52349753c1ed940abecbc6fe3f561fc2fd8fe.tar.gz pyecsca-d2b52349753c1ed940abecbc6fe3f561fc2fd8fe.tar.zst pyecsca-d2b52349753c1ed940abecbc6fe3f561fc2fd8fe.zip | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 64e84bc..88b9292 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -154,6 +154,7 @@ Requirements - **Faster arithmetic:** - gmpy2_ (and also GMP library) + - cypari2_ (and also PARI library) *pyecsca* contains data from the `Explicit-Formulas Database`_ by Daniel J. Bernstein and Tanja Lange. The data was partially changed, to make working with it easier. It is available on Github at `crocs-muni/efd`_. @@ -235,6 +236,7 @@ Development was supported by the Masaryk University grant `MUNI/C/1707/2018 <htt .. _pyscard: https://pyscard.sourceforge.io/ .. _leia: https://pypi.org/project/smartleia/ .. _gmpy2: https://gmpy2.readthedocs.io/ +.. _cypari2: https://cypari2.readthedocs.io/ .. _pytest: https://pytest.org .. _mypy: http://mypy-lang.org/ .. _flake8: https://flake8.pycqa.org/ |
