Commit 177e33b9 authored by Rémi Huguet's avatar Rémi Huguet
Browse files

feat: Added traces partitioning distinguishers ANOVA, NICV ans SNR.

parent 30ac14d5
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
Distinguishers base classes
===========================

.. toctree::
   :maxdepth: 1

.. automodule:: scared.distinguishers.base
    :members:
+8 −0
Original line number Diff line number Diff line
Distinguishers CPA
==================

.. toctree::
   :maxdepth: 1

.. automodule:: scared.distinguishers.cpa
    :members:
+8 −0
Original line number Diff line number Diff line
Distinguishers DPA
==================

.. toctree::
   :maxdepth: 1

.. automodule:: scared.distinguishers.dpa
    :members:
+10 −0
Original line number Diff line number Diff line
Distinguishers mixins API reference
===================================

.. toctree::
   :maxdepth: 1

   Base classes <base.rst>
   DPA <dpa.rst>
   CPA <cpa.rst>
   Partitioned traces <partitioned.rst>
+8 −0
Original line number Diff line number Diff line
Distinguishers traces partitioning attacks
==========================================

.. toctree::
   :maxdepth: 1

.. automodule:: scared.distinguishers.partitioned
    :members:
Loading