aboutsummaryrefslogtreecommitdiff
path: root/docs/index.rst
blob: e17167fe882fe91ad4640a78004914c23243785d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.. pyecsca documentation master file, created by
   sphinx-quickstart on Sat Dec  8 15:12:50 2018.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

=================
pyecsca [pɪɛtska]
=================

**Py**\ thon **E**\ lliptic **C**\ urve **S**\ ide-**C**\ hannel **A**\ nalysis toolkit.

Requirements
============

 - Numpy_
 - Scipy_
 - matplotlib_
 - atpublic_
 - fastdtw_

Testing
-------

 - nose2_
 - green_

Docs
----

 - sphinx_

API
===

.. toctree::
   api/pyecsca


..
   Indices and tables
..
   ==================
..
   * :ref:`genindex`
..
   * :ref:`modindex`
..
   * :ref:`search`


.. _Numpy: https://www.numpy.org
.. _Scipy: https://www.scipy.org
.. _matplotlib: https://matplotlib.org/
.. _atpublic: https://public.readthedocs.io/
.. _fastdtw: https://github.com/slaypni/fastdtw
.. _nose2: https://nose2.readthedocs.io
.. _green: https://github.com/CleanCut/green
.. _sphinx: https://www.sphinx-doc.org/